Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FStaticMeshSceneProxy
Description
Determines the relevance of this primitive's elements to the given view. Called in the rendering thread.
Virtual Inheritance
- FPrimitiveSceneProxy::GetViewRelevance → FStaticMeshSceneProxy::GetViewRelevance
Derived Overrides
- FHierarchicalStaticMeshSceneProxy::GetViewRelevance
- FInstancedStaticMeshSceneProxy::GetViewRelevance
| Name | GetViewRelevance |
| 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 FPrimitiveViewRelevance GetViewRelevance
(
const FSceneView * View
) const
The relevance of the primitive's elements to the view.
Parameters
| Name | Remarks |
|---|---|
| View | The view to determine relevance for. |