FControlRigSceneProxy::GetViewRelevance

Returns a struct that describes to the renderer when to draw this proxy.

Windows
MacOS
Linux

Override Hierarchy

FPrimitiveSceneProxy::GetViewRelevance()

FControlRigSceneProxy::GetViewRelevance()

References

Module

ControlRig

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Public/ControlRigComponent.h

Include

#include "ControlRigComponent.h"

Source

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Private/ControlRigComponent.cpp

Syntax

virtual FPrimitiveViewRelevance GetViewRelevance
(
    const FSceneView * View
) const

Remarks

Returns a struct that describes to the renderer when to draw this proxy.

Returns

View relevance struct

Parameters

Parameter

Description

Scene

view to use to determine our relevence.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss