Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassEntityManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void BatchChangeCompositionForEntities
(
TConstArrayView< FMassArchetypeEntityCollection > EntityCollections, |
MassEntityManager.h | ||
void BatchChangeCompositionForEntities
(
TConstArrayView< FMassArchetypeEntityCollection > EntityCollections, |
Overload that also adds shared fragment values during the same entity move. | MassEntityManager.h |
BatchChangeCompositionForEntities(TConstArrayView< FMassArchetypeEntityCollection >, const FMassElementBitSet &, const FMassElementBitSet &)
| Name | BatchChangeCompositionForEntities |
| 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 BatchChangeCompositionForEntities
(
TConstArrayView< FMassArchetypeEntityCollection > EntityCollections,
const FMassElementBitSet & ElementsToAdd,
const FMassElementBitSet & ElementsToRemove
)
BatchChangeCompositionForEntities(TConstArrayView< FMassArchetypeEntityCollection >, const FMassElementBitSet &, const FMassElementBitSet &, const FMassArchetypeSharedFragmentValues &)
Description
Overload that also adds shared fragment values during the same entity move. ElementsToAdd must include the shared fragment bits from SharedFragmentValuesToAdd. Sparse element types must not appear in ElementsToAdd; use the dedicated sparse element APIs instead.
| Name | BatchChangeCompositionForEntities |
| 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 BatchChangeCompositionForEntities
(
TConstArrayView< FMassArchetypeEntityCollection > EntityCollections,
const FMassElementBitSet & ElementsToAdd,
const FMassElementBitSet & ElementsToRemove,
const FMassArchetypeSharedFragmentValues & SharedFragmentValuesToAdd
)