Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FEnumProperty
Description
Set the UEnum of this property.
May only be called once to lazily initialize the property when using the default constructor.
| Name | SetEnum |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/EnumProperty.h |
| Include Path | #include "UObject/EnumProperty.h" |
void SetEnum
(
UEnum * InEnum
)