![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MassEntityTypes.h>
Public Member Functions | |
| FMassGenericPayloadView ()=default | |
| FMassGenericPayloadView (TArray< FStructArrayView > &SourceData) | |
| FMassGenericPayloadView (TArrayView< FStructArrayView > SourceData) | |
| int32 | Num () const |
| void | Reset () |
| void | Swap (const int32 A, const int32 B) |
| void | SwapElementsToEnd (int32 StartIndex, int32 NumToMove) |
Public Attributes | |
| TArrayView< FStructArrayView > | Content |
Note that this is a view and is valid only as long as the source data is valid. Used when flushing mass commands to wrap different kinds of data into a uniform package so that it can be passed over to a common interface.
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
Moves NumToMove elements to the back of the viewed collection.
| TArrayView<FStructArrayView> FMassGenericPayloadView::Content |