Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FObjectCacheEventSink
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/ObjectCacheEventSink.h |
| Include | #include "ObjectCacheEventSink.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ObjectCacheContext.cpp |
static void BeginQueueNotifyEvents&40;&41;
Remarks
For parallel processing. Calling BeginQueueNotifyEvents will prevent notify events from being processed, an instead placed in a list for later processing. While other threads are actively updating the events, the main thread should process those events using this ProcessQueuedNotifyEvents When parallel processing is complete, calling EndQueueNotifyEvents will flush all events, and return to normal in place processing.