Navigation
API > API/Plugins > API/Plugins/MassEntity > API/Plugins/MassEntity/FMassEntityManager > API/Plugins/MassEntity/FMassEntityManager/BuildEntity
References
| Module | MassEntity |
| Header | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Public/MassEntityManager.h |
| Include | #include "MassEntityManager.h" |
| Source | /Engine/Plugins/Runtime/MassEntity/Source/MassEntity/Private/MassEntityManager.cpp |
void BuildEntity
&40;
FMassEntityHandle Entity,
const FMassArchetypeHandle & ArchetypeHandle,
const FMassArchetypeSharedFragmentValues & SharedFragmentValues
&41;
Remarks
Builds an entity for it to be ready to be used by the subsystem
Parameters
| Name | Description |
|---|---|
| Entity | to build which was retrieved with ReserveEntity() method |
| Archetype | you want this entity to be |
| SharedFragmentValues | to be associated with the entity |