Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSkeletalMeshSceneProxy
- FPrimitiveSceneProxy::CreateRenderThreadResources()
- FSkeletalMeshSceneProxy::CreateRenderThreadResources()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/SkeletalMeshSceneProxy.h |
| Include | #include "SkeletalMeshSceneProxy.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SkeletalMesh.cpp |
virtual void CreateRenderThreadResources
(
FRHICommandListBase & RHICmdList
)
Remarks
Called when the rendering thread adds the proxy to the scene. This function allows for generating renderer-side resources. Called in the rendering thread.