Navigation
API > API/Plugins > API/Plugins/MassEntity
Inheritance Hierarchy
- FMassBatchedCommand
- FMassBatchedEntityCommand
- FMassCommandAddFragmentInstances
- FMassCommandBuildEntity
References
| Module | MassEntity |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassCommands.h |
| Include | #include "MassCommands.h" |
Syntax
template<typename... TOthers>
struct FMassCommandAddFragmentInstances : public FMassBatchedEntityCommand
Variables
| Type | Name | Description | |
|---|---|---|---|
| UE::Mass::TMultiArray< TOthers... > | Fragments | ||
| FMassFragmentBitSet | FragmentsAffected |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Add
(
FMassEntityHandle Entity, |
Overridden from FMassBatchedCommand
| Type | Name | Description | |
|---|---|---|---|
| void | Execute
(
FMassEntityManager& System |
||
| SIZE_T | |||
| void | Reset () |
Typedefs
| Name | Description |
|---|---|
| Super |