ActorComponent-SetEnum-T-(string_T).md

April 18, 2021 ยท View on GitHub

UnrealEngine.Framework.ActorComponent

ActorComponent.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

T

Constraints System.Enum

Parameters

name System.String

value T

Returns

System.Boolean
true on success

Contents

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