Navigation
API > API/Plugins > API/Plugins/UAFAnimNodeTestData
Minimal USTRUCT used only in UAFAnimNode 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 | FUAFAnimNodeTestVars |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAFTestSuites/Source/UAFAnimNodeTestData/Public/UAFAnimNodeTestVars.h |
| Include Path | #include "UAFAnimNodeTestVars.h" |
Syntax
USTRUCT ()
struct FUAFAnimNodeTestVars
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bBool | bool | UAFAnimNodeTestVars.h |
|
|
| DoubleVal | double | UAFAnimNodeTestVars.h |
|
|
| FloatVal | float | UAFAnimNodeTestVars.h |
|
|
| IntVal | int32 | UAFAnimNodeTestVars.h |
|
|
| NestedVar | FUAFAnimNodeNestedTestStruct | UAFAnimNodeTestVars.h |
|
|
| QuatVar | FQuat | UAFAnimNodeTestVars.h |
|
|
| TransformVar | FTransform | UAFAnimNodeTestVars.h |
|
|
| VectorVar | FVector | UAFAnimNodeTestVars.h |
|