Navigation
Unreal Engine C++ API Reference > Runtime > NavigationSystem > NavMesh > FNavTestSceneProxy
- FPrimitiveSceneProxy::GetViewRelevance()
- FNavTestSceneProxy::GetViewRelevance()
References
Module | NavigationSystem |
Header | /Engine/Source/Runtime/NavigationSystem/Public/NavMesh/NavTestRenderingComponent.h |
Include | #include "NavMesh/NavTestRenderingComponent.h" |
Source | /Engine/Source/Runtime/NavigationSystem/Private/NavMesh/NavTestRenderingComponent.cpp |
virtual FPrimitiveViewRelevance GetViewRelevance
&40;
const FSceneView &42; View
&41; const
Remarks
Determines the relevance of this primitive's elements to the given view. Called in the rendering thread. The relevance of the primitive's elements to the view.
Parameters
Name | Description |
---|---|
View | The view to determine relevance for. |