Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Inheritance Hierarchy
- IModularFeature
- IAnalyzerNRTFactory
- FOnsetNRTFactory
References
| Module | AudioSynesthesiaCore |
| Header | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/OnsetNRTFactory.h |
| Include | #include "OnsetNRTFactory.h" |
Syntax
class FOnsetNRTFactory : public Audio::IAnalyzerNRTFactory
Remarks
Factory for creating FOnsetNRT workers and results
Overridden from IAnalyzerNRTFactory
| Type | Name | Description | |
|---|---|---|---|
| FName | GetName () |
Name of this analyzer type. | |
| FString | GetTitle () |
Human readable name of this analyzer. | |
| TUniquePtr< IAnalyzerNRTResult > | NewResult () |
Create a new FOnsetNRTResult. | |
| TUniquePtr< IAnalyzerNRTWorker > | NewWorker
(
const FAnalyzerNRTParameters& InParams, |
Create a new FOnsetNRTWorker |