Navigation
API > API/Plugins > API/Plugins/DisplayCluster > API/Plugins/DisplayCluster/FCustomStateBase
Description
Type-independent private implementation of render task scheduler. The main idea of this function is to keep ENQUEUE_RENDER_COMMAND in the private space, and therefore not introduce any new public dependencies on RenderCore.
| Name | ExecuteOnRenderThread |
| Type | function |
| Header File | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Public/Cluster/CustomStates/DisplayClusterCustomStateBase.h |
| Include Path | #include "Cluster/CustomStates/DisplayClusterCustomStateBase.h" |
| Source | /Engine/Plugins/Runtime/nDisplay/Source/DisplayCluster/Private/Cluster/CustomStates/DisplayClusterCustomStateBase.cpp |
void ExecuteOnRenderThread
(
TUniqueFunction < void> FuncRT
)