FZoneGraphAnnotationSceneProxy::GetViewRelevance

Determines the relevance of this primitive's elements to the given view.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FPrimitiveSceneProxy::GetViewRelevance()

FZoneGraphAnnotationSceneProxy::GetViewRelevance()

References

Module

ZoneGraphAnnotations

Header

/Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Public/ZoneGraphAnnotationComponent.h

Include

#include "ZoneGraphAnnotationComponent.h"

Source

/Engine/Plugins/Runtime/ZoneGraphAnnotations/Source/ZoneGraphAnnotations/Private/ZoneGraphAnnotationComponent.cpp

Syntax

virtual FPrimitiveViewRelevance GetViewRelevance
(
    const FSceneView * View
) const

Remarks

Determines the relevance of this primitive's elements to the given view. Called in the rendering thread.

Returns

The relevance of the primitive's elements to the view.

Parameters

Parameter

Description

View

The view to determine relevance for.