Navigation
API > API/Plugins > API/Plugins/UAFTestData
Minimal USTRUCT used only in UAF LLT unit tests. Provides a set of typed properties that cover the common resolved types (bool, float, double, int32, FVector, FQuat) so that FBindableXxx runtime resolution tests can exercise variable and sub-property binding against a live FUAFAssetInstance.
| Name | FUAFTestVars |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAFTestData/Public/UAFTestVars.h |
| Include Path | #include "UAFTestVars.h" |
Syntax
USTRUCT ()
struct FUAFTestVars
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bBool | bool | UAFTestVars.h | ||
| ByteVal | uint8 | UAFTestVars.h | ||
| DoubleVal | double | UAFTestVars.h | ||
| EnumAsByteVar | TEnumAsByte< EUAFTestByteEnum::Type > | UAFTestVars.h | ||
| EnumVar | EUAFTestEnum | UAFTestVars.h | ||
| FloatVal | float | UAFTestVars.h | ||
| Int64Val | int64 | UAFTestVars.h | ||
| IntVal | int32 | UAFTestVars.h | ||
| NameVar | FName | UAFTestVars.h | ||
| NestedVar | FUAFNestedTestStruct | UAFTestVars.h | ||
| ObjectVar | TObjectPtr< UObject > | UAFTestVars.h | ||
| PackedByteVar | FUAFPackedByteStruct | UAFTestVars.h | ||
| QuatVar | FQuat | UAFTestVars.h | ||
| TransformVar | FTransform | UAFTestVars.h | ||
| VectorVar | FVector | UAFTestVars.h |