Choose your operating system:
Windows
macOS
Linux
Warnings
Objects created from within PreSave will NOT have PreSave called on them!!!
| UObject::PreSave()
|
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSource.h |
Include |
#include "MetasoundSource.h" |
Source |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundSource.cpp |
virtual void PreSave
(
FObjectPreSaveContext SaveContext
)
Presave function. Gets called once before an object gets serialized for saving. This function is necessary for save time computation as Serialize gets called three times per object from within SavePackage.
: Objects created from within PreSave will NOT have PreSave called on them!!!