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