Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FBindableEnum
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetConstantValue () |
BindableValue/UAFBindableTypes.h | ||
T GetConstantValue () |
Type-safe constant value getter — T must be a UENUM. | BindableValue/UAFBindableTypes.h |
GetConstantValue()
| Name | GetConstantValue |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/BindableValue/UAFBindableTypes.h |
| Include Path | #include "BindableValue/UAFBindableTypes.h" |
int32 GetConstantValue() const
GetConstantValue()
Description
Type-safe constant value getter — T must be a UENUM.
| Name | GetConstantValue |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/BindableValue/UAFBindableTypes.h |
| Include Path | #include "BindableValue/UAFBindableTypes.h" |
template<typename T>
T GetConstantValue() const