Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Engine > UTexture > PreSave
- UObject::PreSave()
- UTexture::PreSave()
- UTexture2D::PreSave()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Engine/Texture.h |
Include | #include "Engine/Texture.h" |
Source | /Engine/Source/Runtime/Engine/Private/Texture.cpp |
virtual PRAGMA_ENABLE_DEPRECATION_WARNINGS void PreSave
(
FObjectPreSaveContext ObjectSaveContext
)
Remarks
- 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!!!