Navigation
API > API/Plugins > API/Plugins/MassEntity
Inheritance Hierarchy
- FMassBatchedCommand
- FMassDeferredCommand
References
| Module | MassEntity |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassCommands.h |
| Include | #include "MassCommands.h" |
Syntax
template<EMassCommandOperationType OpType>
struct FMassDeferredCommand : public FMassBatchedCommand
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FExecFunction > | DeferredFunctions |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
FExecFunction&& ExecFunction |
||
| void | Add
(
const FExecFunction& ExecFunction |
Overridden from FMassBatchedCommand
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FMassEntityManager& System |
||
| SIZE_T | |||
| int32 | |||
| void | Reset () |
Typedefs
| Name | Description |
|---|---|
| FExecFunction | |
| Super |