Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FHierarchicalStaticMeshSceneProx-
Description
Called when the rendering thread adds the proxy to the scene. This function allows for generating renderer-side resources. Called in the rendering thread.
Virtual Inheritance
- FPrimitiveSceneProxy::CreateRenderThreadResources → FStaticMeshSceneProxy::CreateRenderThreadResources → FInstancedStaticMeshSceneProxy::CreateRenderThreadResources → FHierarchicalStaticMeshSceneProxy::CreateRenderThreadResources
| Name | CreateRenderThreadResources |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/HierarchicalStaticMeshSceneProxy.h |
| Include Path | #include "HierarchicalStaticMeshSceneProxy.h" |
| Source | /Engine/Source/Runtime/Engine/Private/HierarchicalInstancedStaticMesh.cpp |
virtual void CreateRenderThreadResources
(
FRHICommandListBase & RHICmdList
)