Navigation
API > API/Plugins > API/Plugins/UAF
| Name | FBindableByte |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/BindableValue/UAFBindableTypes.h |
| Include Path | #include "BindableValue/UAFBindableTypes.h" |
Syntax
USTRUCT (BlueprintType , MinimalAPI)
struct FBindableByte : public FBindableValueBase
Inheritance Hierarchy
- FBindableValueBase → FBindableByte
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| BindableValue/UAFBindableTypes.h | |||
FBindableByte
(
uint8 InValue |
BindableValue/UAFBindableTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConstantValue | uint8 | BindableValue/UAFBindableTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ExportTextItem
(
FString& ValueStr, |
BindableValue/UAFBindableTypes.h | ||
uint8 GetConstantValue() |
BindableValue/UAFBindableTypes.h | ||
uint8 GetValue
(
FUAFAssetInstance* Instance |
BindableValue/UAFBindableTypes.h | ||
bool Identical
(
const FBindableByte* Other, |
BindableValue/UAFBindableTypes.h | ||
bool ImportTextItem
(
const TCHAR*& Buffer, |
BindableValue/UAFBindableTypes.h | ||
void SetConstantValue
(
uint8 InValue |
BindableValue/UAFBindableTypes.h |