Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityManager
Description
Adds sparse elements indicated by ElementsBitset to the entity indicated by EntityHandle. For more information on Sparse Elements see FSparseElementsStorage
| Name | AddSparseElementsToEntity |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassEntityManager.h |
| Include Path | #include "MassEntityManager.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassEntityManager.cpp |
void AddSparseElementsToEntity
(
FMassEntityHandle EntityHandle,
const FMassElementBitSet & ElementsBitset
)