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