GizmoRenderingUtil::SetGlobalFocusedSceneViewTrackingEnabled

Turn on/off the above global focused scene view tracking.

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/BaseGizmos/GizmoRenderingUtil.h

Include

#include "BaseGizmos/GizmoRenderingUtil.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/BaseGizmos/GizmoRenderingUtil.cpp

Syntax

namespace GizmoRenderingUtil
{
    void GizmoRenderingUtil::SetGlobalFocusedSceneViewTrackingEnabled
    (
        bool bEnabled
    )
}

Remarks

Turn on/off the above global focused scene view tracking. When disabled, FindFocusedEditorSceneView() will return the first visible FSceneView, or the first element of the Views array otherwise. Enabled by default in Editor builds, disabled by default in Runtime builds.

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