FGeomObject::SetPivotFromSelectionArray

Set the pivot position based on the 'highest' selected object (vertex/edge/poly) in the given selection array

Windows
MacOS
Linux

References

Module

GeometryMode

Header

/Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Public/EditorGeometry.h

Include

#include "EditorGeometry.h"

Source

/Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Private/EditorGeometry.cpp

Syntax

int32 SetPivotFromSelectionArray
(
    TArray< struct FGeomSelection > & SelectionArray
)

Remarks

Set the pivot position based on the 'highest' selected object (vertex/edge/poly) in the given selection array

Returns

The index of the array entry used for setting the pivot. Returns INDEX_NONE if pivot not set

Parameters

Parameter

Description

SelectionArray

The array of selections

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