Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UGameplayStatics
Description
Iterate through all sound waves and releases handles to retained chunks. (If the chunk is not being played it will be up for eviction)
| Name | UnRetainAllSoundsInSoundClass |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h |
| Include Path | #include "Kismet/GameplayStatics.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp |
UFUNCTION (BlueprintCallable, Category="Audio")
static void UnRetainAllSoundsInSoundClass
(
class USoundClass * InSoundClass
)