Navigation
API > API/Runtime > API/Runtime/MassEntity
| Name | FMassCommandMakeRelation |
| Type | struct |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassRelationCommands.h |
| Include Path | #include "MassRelationCommands.h" |
Syntax
template<typename TRelation>
struct FMassCommandMakeRelation : public FMassBatchedEntityCommand
Inheritance Hierarchy
- FMassBatchedCommand → FMassBatchedEntityCommand → FMassCommandMakeRelation
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMassCommandMakeRelation
(
EMassCommandOperationType OperationType, |
MassRelationCommands.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | FMassBatchedEntityCommand | MassRelationCommands.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Add
(
const FMassEntityHandle ChildEntity, |
MassRelationCommands.h | ||
void Add
(
TConstArrayView< FMassEntityHandle > ChildEntities, |
MassRelationCommands.h |
Protected
Overridden from FMassBatchedCommand
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual SIZE_T GetAllocatedSize() |
MassRelationCommands.h | ||
virtual void Reset() |
MassRelationCommands.h | ||
virtual void Run
(
FMassEntityManager& EntityManager |
MassRelationCommands.h |