ULevel::PreEditUndo

Called before applying a transaction to the object.

Windows
MacOS
Linux

Override Hierarchy

UObject::PreEditUndo()

ULevel::PreEditUndo()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Level.h

Include

#include "Engine/Level.h"

Source

/Engine/Source/Runtime/Engine/Private/Level.cpp

Syntax

virtual void PreEditUndo()

Remarks

Called before applying a transaction to the object. Default implementation simply calls PreEditChange.

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