Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Public/PrimitiveSceneProxy.h |
Include |
#include "PrimitiveSceneProxy.h" |
Source |
/Engine/Source/Runtime/Engine/Private/PrimitiveSceneProxy.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. |