Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FInstancedStaticMeshSceneProxy
Description
Determines the relevance of this primitive's elements to the given view. Called in the rendering thread.
Virtual Inheritance
- FPrimitiveSceneProxy::GetViewRelevance → FStaticMeshSceneProxy::GetViewRelevance → FInstancedStaticMeshSceneProxy::GetViewRelevance
Derived Overrides
| Name | GetViewRelevance |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/InstancedStaticMesh.h |
| Include Path | #include "Engine/InstancedStaticMesh.h" |
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. |