Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/TMultiArray
Description
Like GetAsGenericMultiArray but skips FMassTag-derived types (including FMassSparseTag). Tags have zero-size storage and must be excluded from payload arrays passed to BatchSetFragmentValues.
| Name | GetAsNonTagGenericMultiArray |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityTypes.h |
| Include Path | #include "MassEntityTypes.h" |
template<typename AllocatorType>
void GetAsNonTagGenericMultiArray
(
TArray < FStructArrayView , AllocatorType > & A
)