UE3:Enum (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Field >> Enum (native-only) |
- Package:
- Core
This class represents enum types as objects in the engine.
Objects of this type are what you pass to the Object.GetEnum() function to get the name of individual enum constants. For enums with a unique name you can simply specify an object literal like Enum'ENetRole'
. In the rare case where an enum name is not unique, you will have to use a fully qualified name, though.