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
template<typename AllocatorType>
struct TTransformArrayAoS
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FTransform, AllocatorType > | Transforms |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default empty (no memory) Transform. | |||
TTransformArrayAoS
(
const int NumTransforms |
Create a TransformArray of N elements. | ||
TTransformArrayAoS
(
const TTransformArrayAoS& Other |
|||
TTransformArrayAoS
(
TTransformArrayAoS&& Other |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Blend
(
const TTransformArrayAoS& AtomArray1, |
Set this transform array to the weighted blend of the supplied two transforms. | |
| bool | ContainsNaN () |
||
| void | CopyTransforms
(
const TTransformArrayAoS& Other, |
||
| FTransformArrayAoSConstView | GetConstView () |
||
| TArray< FTransform > & | |||
| const TArray< FTransform > & | |||
| FTransformArrayAoSView | GetView () |
||
| bool | IsValid () |
||
| int32 | Num () |
||
| void | Reset
(
int NumTransforms |
||
| void | SetIdentity
(
bool bAdditiveIdentity |
||
| void | SetNum
(
int32 NumTransforms, |
||
| void | |||
| void | SetNumUninitialized
(
int32 NumTransforms, |
||
| void | SetNumUninitialized
(
int32 NumTransforms, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const FTransform & | operator[]
(
int32 Index |
||
| FTransform & | operator[]
(
int32 Index |
||
| TTransformArrayAoS & | operator=
(
const TTransformArrayAoS& Other |
||
| TTransformArrayAoS & | operator=
(
TTransformArrayAoS&& Other |