Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityManager
References
| Module | MassEntity |
| Header | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include | #include "MassEntityManager.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityManager.cpp |
void AddCompositionToEntity_GetDelta
(
FMassEntityHandle Entity,
FMassArchetypeCompositionDescriptor & InOutDescriptor
)
Remarks
Adds fragments and tags indicated by InOutDescriptor to the Entity. The function also figures out which elements in InOutDescriptor are missing from the current composition of the given entity and then returns the resulting delta via InOutDescriptor.