UGCObjectReferencer::FinishDestroy

Destroy function that gets called before the object is freed.

Windows
MacOS
Linux

Override Hierarchy

UObject::FinishDestroy()

UGCObjectReferencer::FinishDestroy()

References

Module

CoreUObject

Header

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

Include

#include "UObject/GCObject.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/Misc/GCObjectReferencer.cpp

Syntax

virtual void FinishDestroy()

Remarks

Destroy function that gets called before the object is freed. This might be as late as from the destructor.

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