FLevelUtils::RemoveEditorTransform

Remove the LevelEditorTransform from a level.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/LevelUtils.h

Include

#include "LevelUtils.h"

Source

/Engine/Source/Runtime/Engine/Private/LevelUtils.cpp

Syntax

static void RemoveEditorTransform
(
    const ULevelStreaming * StreamingLevel,
    bool bDoPostEditMove
)

Remarks

Remove the LevelEditorTransform from a level.

Parameters

Parameter

Description

StreamingLevel

The level.

bDoPostEditMove

Whether to call PostEditMove on actors after transforming

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