ITypedElementWorldInterface::SetPivotOffset

Attempt to set the local space offset of this element that should be added to its pivot location.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

ITypedElementWorldInterface::SetPivotOffset()

UActorElementEditorWorldInterface::SetPivotOffset()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Elements/Interfaces/TypedElementWorldInterface.h

Include

#include "Elements/Interfaces/TypedElementWorldInterface.h"

Syntax

virtual bool SetPivotOffset
(
    const FTypedElementHandle & InElementHandle,
    const FVector & InPivotOffset
)

Remarks

Attempt to set the local space offset of this element that should be added to its pivot location.