Navigation
API > API/Plugins > API/Plugins/AnimNext
References
| Module | AnimNext |
| Header | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/TransformArrayView.h |
| Include | #include "TransformArrayView.h" |
Syntax
template<class RotationType, class TranslationType, class ScaleType>
struct TTransformSoAAdapter
Remarks
This enables using a SoA array with operator[].
Variables
| Type | Name | Description | |
|---|---|---|---|
| RotationType & | Rotation | ||
| ScaleType & | Scale3D | ||
| TranslationType & | Translation |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TTransformSoAAdapter
(
RotationType& InRotation, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| RotationType & | GetRotation () |
||
| ScaleType & | GetScale3D () |
||
| TranslationType & | |||
| 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 |