Navigation
API > API/Plugins > API/Plugins/UAF
| Name | FTransformArraySoAConstView |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/UAF/UAF/Source/UAF/Public/TransformArrayView.h |
| Include Path | #include "TransformArrayView.h" |
Syntax
struct FTransformArraySoAConstView
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| TransformArrayView.h | |||
FTransformArraySoAConstView
(
const FTransformArraySoAView& Other |
TransformArrayView.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Rotations | TArrayView< const FQuat > | TransformArrayView.h | ||
| Scales3D | TArrayView< const FVector > | TransformArrayView.h | ||
| Translations | TArrayView< const 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 |
|---|---|---|---|
const FTransformSoAAdapterConst operator[]
(
int32 Index |
TransformArrayView.h |