UWaterWavesAsset::PreEditUndo

Called before applying a transaction to the object.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UObject::PreEditUndo()

UWaterWavesAsset::PreEditUndo()

References

Module

Water

Header

/Engine/Plugins/Experimental/Water/Source/Runtime/Public/WaterWaves.h

Include

#include "WaterWaves.h"

Source

/Engine/Plugins/Experimental/Water/Source/Runtime/Private/WaterWaves.cpp

Syntax

virtual void PreEditUndo()

Remarks

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