Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UGameplayStatics
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h |
| Include | #include "Kismet/GameplayStatics.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp |
UFUNCTION (BlueprintCallable, Category="Audio", Meta=(WorldContext="WorldContextObject"))
static void DeactivateReverbEffect
(
const UObject * WorldContextObject,
FName TagName
)
Remarks
Deactivates a Reverb Effect that was applied outside of an Audio Volume
Parameters
| Name | Description |
|---|---|
| TagName | Tag associated with Reverb Effect to remove |