Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/FInstanceCullingContext
Description
Set up the context to track an async setup process, or some deferred setup work. The supplied function should do two things, apart from any other processing needed.
wait for the async setup task
Call SetDynamicPrimitiveInstanceOffsets (unless that is achieved somehow else).
| Name | BeginAsyncSetup |
| Type | function |
| Header File | /Engine/Source/Runtime/Renderer/Public/InstanceCulling/InstanceCullingContext.h |
| Include Path | #include "InstanceCulling/InstanceCullingContext.h" |
| Source | /Engine/Source/Runtime/Renderer/Private/InstanceCulling/InstanceCullingContext.cpp |
void BeginAsyncSetup
(
SyncPrerequisitesFuncType && InSyncPrerequisitesFunc
)