Navigation
API > API/Plugins > API/Plugins/AudioSynesthesia
Settings for a ULKFSNRT analyzer.
| Name | ULKFSNRTSettings |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/LKFSNRT.h |
| Include Path | #include "LKFSNRT.h" |
Syntax
UCLASS (MinimalAPI, Blueprintable)
class ULKFSNRTSettings : public UAudioSynesthesiaNRTSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAudioAnalyzerAssetBase → UAudioAnalyzerNRTSettings → UAudioSynesthesiaNRTSettings → ULKFSNRTSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULKFSNRTSettings() |
LKFSNRT.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnalysisPeriod | float | Number of seconds between loudness measurements | LKFSNRT.h |
|
| AnalysisWindowDuration | float | Number of seconds of audio analyzed for a single window of measurement | LKFSNRT.h |
|
| ShortTermLoudnessDuration | float | Number of seconds of audio analyzed when determining short term loudness. | LKFSNRT.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< Audio::IAnalyzerNRTSettings > GetSettings
(
const float InSampleRate, |
Convert ULKFSNRTSettings to FLKFSNRTSettings | LKFSNRT.h |
Overridden from UAudioAnalyzerAssetBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetAssetActionName() |
LKFSNRT.h | ||
virtual UClass * GetSupportedClass() |
LKFSNRT.h |