Navigation
API > API/Plugins > API/Plugins/UAF > API/Plugins/UAF/FBindableEnum
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetValue
(
FUAFAssetInstance* Instance |
BindableValue/UAFBindableTypes.h | ||
T GetValue
(
FUAFAssetInstance* Instance |
Type-safe getter — T must be a UENUM. | BindableValue/UAFBindableTypes.h |
GetValue(FUAFAssetInstance *)
| Name | GetValue |
| Type | function |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/BindableValue/UAFBindableTypes.h |
| Include Path | #include "BindableValue/UAFBindableTypes.h" |
| Source | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Private/BindableValue/UAFBindableTypes.cpp |
int32 GetValue
(
FUAFAssetInstance * Instance
) const
GetValue(FUAFAssetInstance *)
Description
Type-safe getter — T must be a UENUM.
| Name | GetValue |
| 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 GetValue
(
FUAFAssetInstance * Instance
) const