Navigation
API > API/Runtime > API/Runtime/AudioAnalyzer
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USubsystem
- UDynamicSubsystem
- UEngineSubsystem
- UAudioAnalyzerSubsystem
References
| Module | AudioAnalyzer |
| Header | /Engine/Source/Runtime/AudioAnalyzer/Classes/AudioAnalyzerSubsystem.h |
| Include | #include "AudioAnalyzerSubsystem.h" |
Syntax
class UAudioAnalyzerSubsystem : public UEngineSubsystem
Remarks
Class manages querying analysis results from various audio analyzers.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| UAudioAnalyzerSubsystem * | Get () |
||
| void | RegisterAudioAnalyzer
(
UAudioAnalyzer* InAnalyzer |
||
| bool | Tick
(
float DeltaTime |
||
| void | UnregisterAudioAnalyzer
(
UAudioAnalyzer* InAnalyzer |
Overridden from USubsystem
| Type | Name | Description | |
|---|---|---|---|
| void | Deinitialize () |
Implement this for deinitialization of instances of the system | |
| void | Initialize
(
FSubsystemCollectionBase& Collection |
Implement this for initialization of instances of the system |