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