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