Navigation
API > API/Plugins > API/Plugins/UAF
| Name | FBindableInt64 |
| 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 FBindableInt64 : public FBindableValueBase
Inheritance Hierarchy
- FBindableValueBase → FBindableInt64
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| BindableValue/UAFBindableTypes.h | |||
FBindableInt64
(
int64 InValue |
BindableValue/UAFBindableTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ConstantValue | int64 | BindableValue/UAFBindableTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool ExportTextItem
(
FString& ValueStr, |
BindableValue/UAFBindableTypes.h | ||
int64 GetConstantValue() |
BindableValue/UAFBindableTypes.h | ||
int64 GetValue
(
FUAFAssetInstance* Instance |
BindableValue/UAFBindableTypes.h | ||
bool Identical
(
const FBindableInt64* Other, |
BindableValue/UAFBindableTypes.h | ||
bool ImportTextItem
(
const TCHAR*& Buffer, |
BindableValue/UAFBindableTypes.h | ||
void SetConstantValue
(
int64 InValue |
BindableValue/UAFBindableTypes.h |