Navigation
API > API/Plugins > API/Plugins/AnimNext
| Name | FTransformArraySoAView |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/AnimNext/Source/AnimNext/Public/TransformArrayView.h |
| Include Path | #include "TransformArrayView.h" |
Syntax
struct FTransformArraySoAView
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Rotations | TArrayView< FQuat > | TransformArrayView.h | ||
| Scales3D | TArrayView< FVector > | TransformArrayView.h | ||
| Translations | TArrayView< FVector > | TransformArrayView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsEmpty() |
TransformArrayView.h | ||
bool IsValid() |
TransformArrayView.h | ||
int32 Num() |
TransformArrayView.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransformSoAAdapter operator[]
(
int32 Index |
TransformArrayView.h | ||
const FTransformSoAAdapterConst operator[]
(
int32 Index |
TransformArrayView.h |