ALandscapeGizmoActiveActor::EditorApplyTranslation

Called by ApplyDeltaToActor to perform an actor class-specific operation based on widget manipulation.

Windows
MacOS
Linux

Override Hierarchy

AActor::EditorApplyTranslation()

ALandscapeGizmoActiveActor::EditorApplyTranslation()

References

Module

Landscape

Header

/Engine/Source/Runtime/Landscape/Classes/LandscapeGizmoActiveActor.h

Include

#include "LandscapeGizmoActiveActor.h"

Source

/Engine/Source/Runtime/Landscape/Private/LandscapeGizmoActor.cpp

Syntax

virtual void EditorApplyTranslation
(
    const FVector & DeltaTranslation,
    bool bAltDown,
    bool bShiftDown,
    bool bCtrlDown
)

Remarks

Called by ApplyDeltaToActor to perform an actor class-specific operation based on widget manipulation. The default implementation is simply to translate the actor's location.

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