Navigation
API > API/Plugins > API/Plugins/AnimNext
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/TransformArray.h |
| Include | #include "TransformArray.h" |
Syntax
struct FTransformSoAAdapter
Remarks
This enables using a SoA array with operator[].
Variables
| Type | Name | Description | |
|---|---|---|---|
| FQuat & | Rotation | ||
| FVector & | Scale3D | ||
| FVector & | Translation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FTransformSoAAdapter
(
FQuat& InRotation, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FQuat & | GetRotation () |
||
| FVector & | GetScale3D () |
||
| FVector & | |||
| void | |||
| void | ScaleTranslation
(
const FVector::FReal& Scale |
||
| void | SetRotation
(
const FQuat& InRotation |
||
| void | SetScale3D
(
const FVector& InScale3D |
||
| void | SetTranslation
(
const FVector& InTranslation |
Operators
| Type | Name | Description | |
|---|---|---|---|
| void | operator=
(
const FTransform& Transform |