Navigation
API > API/Runtime > API/Runtime/Renderer > API/Runtime/Renderer/InstanceCulling > API/Runtime/Renderer/InstanceCulling/FInstanceCullingContext
References
| Module | Renderer |
| Header | /Engine/Source/Runtime/Renderer/Public/InstanceCulling/InstanceCullingContext.h |
| Include | #include "InstanceCulling/InstanceCullingContext.h" |
| Source | /Engine/Source/Runtime/Renderer/Private/InstanceCulling/InstanceCullingContext.cpp |
void BeginAsyncSetup
&40;
SyncPrerequisitesFuncType && InSyncPrerequisitesFunc
&41;
Remarks
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).