Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FObjectCacheEventSink
Description
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.
| Name | BeginQueueNotifyEvents |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/ObjectCacheEventSink.h |
| Include Path | #include "ObjectCacheEventSink.h" |
| Source | /Engine/Source/Runtime/Engine/Private/ObjectCacheContext.cpp |
static void BeginQueueNotifyEvents()