ActorComponent-GetULong(string_ulong).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.ActorComponent
ActorComponent.GetULong(string, ulong) Method
Retrieves the value of the unsigned long property
public bool GetULong(string name, ref ulong value);
Parameters
name System.String
value System.UInt64
Returns
System.Boolean
true on success