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

T

Constraints System.Enum

Parameters

name System.String

value T

Returns

System.Boolean
true on success

Contents

  1. 0.1UnrealEngine.Framework.AnimationInstance
  2. 1(string, T) Method">AnimationInstance.GetEnum&#x3C;T>(string, T) Method