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,
TConstArrayView< FInstancedStruct > FragmentInstanceList,
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 |
| FragmentInstanceList | is the fragments to create the entity from and initialize values |
| SharedFragmentValues | to be associated with the entity |