Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStaticMeshSceneProxy
Description
Draws the primitive's static elements. This is called from the rendering thread once when the scene proxy is created. The static elements will only be rendered if GetViewRelevance declares static relevance.
Virtual Inheritance
- FPrimitiveSceneProxy::DrawStaticElements → FStaticMeshSceneProxy::DrawStaticElements
Derived Overrides
| Name | DrawStaticElements |
| 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 DrawStaticElements
(
FStaticPrimitiveDrawInterface * PDI
)
Parameters
| Name | Remarks |
|---|---|
| PDI | The interface which receives the primitive elements. |