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