Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Defines the LKFS analyzer and creates related classes.
| Name | FLKFSFactory |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/LKFSFactory.h |
| Include Path | #include "LKFSFactory.h" |
Syntax
class FLKFSFactory : public IAnalyzerFactory
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetName() |
Name of specific analyzer type. | LKFSFactory.h | |
virtual FString GetTitle() |
Human readable name of analyzer. | LKFSFactory.h | |
virtual TUniquePtr< IAnalyzerResult > NewResult() |
Creates a new FLKFSAnalyzerResult | LKFSFactory.h | |
virtual TUniquePtr< IAnalyzerWorker > NewWorker
(
const FAnalyzerParameters& InParams, |
Creates a new FLKFSWorker. | LKFSFactory.h |