UClass::GetRestoreForUObjectOverwrite

Save information for StaticAllocateObject in the case of overwriting an existing object.

Windows
MacOS
Linux

Override Hierarchy

UObject::GetRestoreForUObjectOverwrite()

UClass::GetRestoreForUObjectOverwrite()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp

Syntax

virtual FRestoreForUObjectOverwrite * GetRestoreForUObjectOverwrite()

Remarks

Save information for StaticAllocateObject in the case of overwriting an existing object. StaticAllocateObject will call delete on the result after calling Restore()

Returns

An FRestoreForUObjectOverwrite that can restore the object or NULL if this is not necessary.

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