Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassObserverManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool OnPostEntityCreated
(
const FMassEntityHandle Entity, |
MassObserverManager.h | ||
bool OnPostEntityCreated
(
const FMassEntityHandle Entity, |
MassObserverManager.h |
OnPostEntityCreated(const FMassEntityHandle, const FMassElementBitSet &)
| Name | OnPostEntityCreated |
| 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 OnPostEntityCreated
(
const FMassEntityHandle Entity,
const FMassElementBitSet & ElementsBitSet
)
whether there are observers watching affected elements
OnPostEntityCreated(const FMassEntityHandle, const FMassArchetypeCompositionDescriptor &)
| Name | OnPostEntityCreated |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassObserverManager.h |
| Include Path | #include "MassObserverManager.h" |
bool OnPostEntityCreated
(
const FMassEntityHandle Entity,
const FMassArchetypeCompositionDescriptor & Composition
)