Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Inheritance Hierarchy
- IAnalyzerFactory
- FConstantQFactory
References
| Module | AudioSynesthesiaCore |
| Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/ConstantQFactory.h |
| Include | #include "ConstantQFactory.h" |
Syntax
class FConstantQFactory : public IAnalyzerFactory
Remarks
Factory for creating FConstantQ workers and results
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | GetName () |
Name of this analyzer type. | |
| FString | GetTitle () |
Human readable name of this analyzer. | |
| TUniquePtr< IAnalyzerResult > | NewResult () |
Create a new FConstantQResult. | |
| TUniquePtr< IAnalyzerWorker > | NewWorker
(
const FAnalyzerParameters& InParams, |
Create a new FConstantQWorker |