UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ISoundWaveClient Struct Referenceabstract

#include <SoundWave.h>

+ Inheritance diagram for ISoundWaveClient:

Public Member Functions

 ISoundWaveClient ()
 
virtual ~ISoundWaveClient ()
 
virtual bool OnBeginDestroy (class USoundWave *Wave)=0
 
virtual bool OnIsReadyForFinishDestroy (class USoundWave *Wave) const =0
 
virtual void OnFinishDestroy (class USoundWave *Wave)=0
 

Constructor & Destructor Documentation

◆ ISoundWaveClient()

ISoundWaveClient::ISoundWaveClient ( )
inline

◆ ~ISoundWaveClient()

virtual ISoundWaveClient::~ISoundWaveClient ( )
inlinevirtual

Member Function Documentation

◆ OnBeginDestroy()

virtual bool ISoundWaveClient::OnBeginDestroy ( class USoundWave Wave)
pure virtual

◆ OnFinishDestroy()

virtual void ISoundWaveClient::OnFinishDestroy ( class USoundWave Wave)
pure virtual

◆ OnIsReadyForFinishDestroy()

virtual bool ISoundWaveClient::OnIsReadyForFinishDestroy ( class USoundWave Wave) const
pure virtual

The documentation for this struct was generated from the following file: