Navigation
API > API/Plugins > API/Plugins/MassEntity
References
| Module | MassEntity |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassProcessingTypes.h |
| Include | #include "MassProcessingTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FMassProcessingContext
Variables
| Type | Name | Description | |
|---|---|---|---|
| FInstancedStruct | AuxData | ||
| bool | bFlushCommandBuffer | If set to "true" the MassExecutor will flush commands at the end of given execution function. | |
| TSharedPtr< FMassCommandBuffer > | CommandBuffer | ||
| float | DeltaSeconds | ||
| TSharedPtr< FMassEntityManager > | EntityManager |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMassProcessingContext
(
FMassEntityManager& InEntityManager, |
|||
FMassProcessingContext
(
TSharedPtr< FMassEntityManager >& InEntityManager, |
Destructors
| Type | Name | Description | |
|---|---|---|---|