FLevelEditorViewportClient::LegacyApplyDeltasForSelectedComponentsAndActors

Performs the legacy behavior for calling post edit move and updating transforms from ApplyDeltaToActors function.

Windows
MacOS
Linux

Deprecated

  • This functions is meant to be used for ease of rollback if too many post edit move calls degrade performance during drag operations. See ULevelEditorSettings::bUseLegacyPostEditBehavior to toggle legacy behavior.

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h

Include

#include "LevelEditorViewport.h"

Source

/Engine/Source/Editor/UnrealEd/Private/LevelEditorViewport.cpp

Syntax

bool LegacyApplyDeltasForSelectedComponentsAndActors
(
    const FVector & InDrag,
    const FRotator & InRot,
    const FVector & ModifiedScale
)

Remarks

Performs the legacy behavior for calling post edit move and updating transforms from ApplyDeltaToActors function.

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