Navigation
API > API/Runtime > API/Runtime/MassEntity > API/Runtime/MassEntity/FMassObserverManager
Description
Resumes observer triggering. All notifications collected in lock's BufferedNotifications will be processed at this point.
Note that due to all the notifications being sent our are being sent post-factum the "OnPreRemove" observers won't be able to access the data being removed, since the remove operation has already been performed. All the instances of removal-observers being triggered will be logged.
Intended to be called automatically by ~FObserverLock
| Name | ResumeExecution |
| Type | function |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassObserverManager.h |
| Include Path | #include "MassObserverManager.h" |
| Source | /Engine/Source/Runtime/MassEntity/Private/MassObserverManager.cpp |
void ResumeExecution
(
FObserverLock & LockBeingReleased
)