USoundWave::IsReadyForFinishDestroy

Called to check if the object is ready for FinishDestroy.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UObject::IsReadyForFinishDestroy()

USoundWave::IsReadyForFinishDestroy()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundWave.h

Include

#include "Sound/SoundWave.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundWave.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.