Navigation
API > API/Runtime > API/Runtime/MassEntity
TMultiArray single-type specialization
| Name | TMultiArray< T > |
| Type | struct |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityTypes.h |
| Include Path | #include "MassEntityTypes.h" |
Syntax
template<typename T>
struct TMultiArray< T >
Enums
Public
| Name | Remarks |
|---|---|
| TMultiArray< T > |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FType | std::remove_const_t< typename TRemoveReference< T >::Type > | MassEntityTypes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| FragmentInstances | TArray< FType > | MassEntityTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const FType& Item |
MassEntityTypes.h | ||
SIZE_T GetAllocatedSize() |
MassEntityTypes.h | ||
void GetAsGenericMultiArray
(
TArray< FStructArrayView >& A |
MassEntityTypes.h | ||
void GetheredAffectedFragments
(
FMassFragmentBitSet& OutBitSet |
MassEntityTypes.h | ||
int GetNumArrays() |
MassEntityTypes.h | ||
void Reset() |
MassEntityTypes.h |