Navigation
API > API/Plugins > API/Plugins/MassEntity
References
| Module | MassEntity |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassEntityTypes.h |
| Include | #include "MassEntityTypes.h" |
Syntax
struct FMassGenericPayloadView
Remarks
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.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArrayView< FStructArrayView > | Content |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMassGenericPayloadView
(
TArray< FStructArrayView >& SourceData |
|||
FMassGenericPayloadView
(
TArrayView< FStructArrayView > SourceData |