Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassObserverManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool OnCollectionsCreatedImpl
(
UE::Mass::FProcessingContext& ProcessingContext, |
Coalesces all the elements observed in all the collections and executes all the observers at once | MassObserverManager.h | |
bool OnCollectionsCreatedImpl
(
UE::Mass::FProcessingContext& ProcessingContext, |
MassObserverManager.h |
OnCollectionsCreatedImpl(UE::Mass::FProcessingContext &, TConstArrayView< FMassArchetypeEntityCollection >)
Description
Coalesces all the elements observed in all the collections and executes all the observers at once
| Name | OnCollectionsCreatedImpl |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassObserverManager.h |
| Include Path | #include "MassObserverManager.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassObserverManager.cpp |
bool OnCollectionsCreatedImpl
(
UE::Mass::FProcessingContext & ProcessingContext,
TConstArrayView< FMassArchetypeEntityCollection > EntityCollections
)
OnCollectionsCreatedImpl(UE::Mass::FProcessingContext &, TArray< FMassArchetypeEntityCollection > &&)
| Name | OnCollectionsCreatedImpl |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassObserverManager.h |
| Include Path | #include "MassObserverManager.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassObserverManager.cpp |
bool OnCollectionsCreatedImpl
(
UE::Mass::FProcessingContext & ProcessingContext,
TArray < FMassArchetypeEntityCollection > && EntityCollections
)