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