UWorld::IsReadyForFinishDestroy

Called to check if the object is ready for FinishDestroy.

Windows
MacOS
Linux

Override Hierarchy

UObject::IsReadyForFinishDestroy()

UWorld::IsReadyForFinishDestroy()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/World.h

Include

#include "Engine/World.h"

Source

/Engine/Source/Runtime/Engine/Private/World.cpp

Syntax

virtual bool IsReadyForFinishDestroy()

Remarks

Called to check if the object is ready for FinishDestroy. This is called after BeginDestroy to check the completion of the potentially asynchronous object cleanup.

Returns

True if the object's asynchronous cleanup has completed and it is ready for FinishDestroy to be called.

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