Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Sound/SoundNode.h |
Include |
#include "Sound/SoundNode.h" |
Source |
/Engine/Source/Runtime/Engine/Private/SoundNode.cpp |
virtual void RemoveSoundWaveOnChildWavePlayers()
When called, this will find any child wave players connected to this node and null out their associated USoundWave, allowing the USoundWave to be garbage collected. This should only be called by USoundNodeQualityLevel::PostLoad when au.CullSoundWaveHardReferences is 1.