Actor-SetText(string_string).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.Actor

Actor.SetText(string, string) Method

Sets the value of the text property

public bool SetText(string name, string value);

Parameters

name System.String

value System.String

Returns

System.Boolean
true on success

Contents

  1. 0.1UnrealEngine.Framework.Actor
  2. 1Actor.SetText(string, string) Method