Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USoundSubmix
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void StopSpectralAnalysis
(
const UObject* WorldContextObject |
Stop spectrum analysis of the audio output. | Sound/SoundSubmix.h |
|
void StopSpectralAnalysis
(
FAudioDevice* InDevice |
Sound/SoundSubmix.h |
StopSpectralAnalysis(const UObject *)
Description
Stop spectrum analysis of the audio output.
| Name | StopSpectralAnalysis |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include Path | #include "Sound/SoundSubmix.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundSubmix.cpp |
UFUNCTION (BlueprintCallable, Category="Audio|Analysis",
Meta=(WorldContext="WorldContextObject", AdvancedDisplay=1))
void StopSpectralAnalysis
(
const UObject * WorldContextObject
)
StopSpectralAnalysis(FAudioDevice *)
| Name | StopSpectralAnalysis |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include Path | #include "Sound/SoundSubmix.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundSubmix.cpp |
void StopSpectralAnalysis
(
FAudioDevice * InDevice
)