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 FMassGenericPayloadViewSlice
Remarks
Used to indicate a specific slice of a preexisting FMassGenericPayloadView, it's essentially an access pattern Note: accessing content generates copies of FStructArrayViews stored (still cheap, those are just views).
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMassGenericPayloadViewSlice
(
const FMassGenericPayloadView& InSource, |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| FStructArrayView | operator[]
(
const int32 Index |