AnimationInstance-GetEnum-T-(string_T).md
April 18, 2021 ยท View on GitHub
UnrealEngine.Framework.AnimationInstance
AnimationInstance.GetEnum<T>(string, T) Method
Retrieves the value of the enum property
public bool GetEnum<T>(string name, ref T value)
where T : System.Enum;
Type parameters
Constraints System.Enum
Parameters
name System.String
value T
Returns
System.Boolean
true on success