ActorComponent-GetUInt(string_uint).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.ActorComponent
ActorComponent.GetUInt(string, uint) Method
Retrieves the value of the unsigned integer property
public bool GetUInt(string name, ref uint value);
Parameters
name System.String
value System.UInt32
Returns
System.Boolean
true on success