Actor-SetInt(string_int).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.Actor
Actor.SetInt(string, int) Method
Sets the value of the integer property
public bool SetInt(string name, int value);
Parameters
name System.String
value System.Int32
Returns
System.Boolean
true on success