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