FEnumProperty::SetEnum

Set the [UEnum](API\Runtime\CoreUObject\UObject\UEnum) of this property.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/EnumProperty.h

Include

#include "UObject/EnumProperty.h"

Syntax

void SetEnum
(
    UEnum * InEnum
)

Remarks

Set the UEnum of this property.

May only be called once to lazily initialize the property when using the default constructor.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss