Actor-SetString(string_string).md

May 28, 2021 ยท View on GitHub

UnrealEngine.Framework.Actor

Actor.SetString(string, string) Method

Sets the value of the string property

public bool SetString(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.SetString(string, string) Method