Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStaticMeshSceneProxy
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
Derived Overrides
- FHierarchicalStaticMeshSceneProxy::CreateRenderThreadResources
- FInstancedStaticMeshSceneProxy::CreateRenderThreadResources
| Name | CreateRenderThreadResources |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/StaticMeshSceneProxy.h |
| Include Path | #include "StaticMeshSceneProxy.h" |
| Source | /Engine/Source/Runtime/Engine/Private/StaticMeshSceneProxy.cpp |
virtual void CreateRenderThreadResources
(
FRHICommandListBase & RHICmdList
)