FModelingToolsEditorMode::GetPivotForOrbit

Lets each mode/tool specify a pivot point around which the camera should orbit

Windows
MacOS
Linux

Override Hierarchy

FEdMode::GetPivotForOrbit()

FModelingToolsEditorMode::GetPivotForOrbit()

References

Module

ModelingToolsEditorMode

Header

/Engine/Plugins/Experimental/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/ModelingToolsEditorMode.h

Include

#include "ModelingToolsEditorMode.h"

Source

/Engine/Plugins/Experimental/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Private/ModelingToolsEditorMode.cpp

Syntax

virtual bool GetPivotForOrbit
(
    FVector & OutPivot
) const

Remarks

Lets each mode/tool specify a pivot point around which the camera should orbit

Returns

true if a custom pivot point was specified, false otherwise.

Parameters

Parameter

Description

OutPivot

The custom pivot point returned by the mode/tool

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