Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore
Defines the LKFSNRT analyzer and creates related classes.
| Name | FLKFSNRTFactory |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/LKFSNRTFactory.h |
| Include Path | #include "LKFSNRTFactory.h" |
Syntax
class FLKFSNRTFactory : public IAnalyzerNRTFactory
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetName() |
Name of specific analyzer type. | LKFSNRTFactory.h | |
virtual FString GetTitle() |
Human readable name of analyzer. | LKFSNRTFactory.h | |
virtual TUniquePtr< IAnalyzerNRTResult > NewResult() |
Creates a new FLKFSNRTResult | LKFSNRTFactory.h | |
virtual TUniquePtr< IAnalyzerNRTWorker > NewWorker
(
const FAnalyzerNRTParameters& InParams, |
Creates a new FLKFSNRTWorker. | LKFSNRTFactory.h |