Choose your operating system:
Windows
macOS
Linux
| FPrimitiveSceneProxy::GetViewRelevance()
|
Module |
|
Header |
/Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/ZoneGraphAnnotationComponent.h |
Include |
#include "ZoneGraphAnnotationComponent.h" |
Source |
/Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Private/ZoneGraphAnnotationComponent.cpp |
virtual FPrimitiveViewRelevance GetViewRelevance
(
const FSceneView * View
) const
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.
Parameter |
Description |
---|---|
View |
The view to determine relevance for. |