Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound > API/Runtime/Engine/Sound/USoundNodeLooping
- USoundNode::NotifyWaveInstanceFinished()
- USoundNodeLooping::NotifyWaveInstanceFinished()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundNodeLooping.h |
| Include | #include "Sound/SoundNodeLooping.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundNodeLooping.cpp |
virtual bool NotifyWaveInstanceFinished
(
struct FWaveInstance * WaveInstance
)
Remarks
Notifies the sound node that a wave instance in its subtree has finished.
Parameters
| Name | Description |
|---|---|
| WaveInstance | WaveInstance that was finished |