Navigation
API > API/Plugins > API/Plugins/AudioSynesthesia
Settings for a ULKFSAnalyzer.
| Name | ULKFSSettings |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/LKFS.h |
| Include Path | #include "LKFS.h" |
Syntax
UCLASS (MinimalAPI, Blueprintable)
class ULKFSSettings : public UAudioSynesthesiaSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAudioAnalyzerAssetBase → UAudioAnalyzerSettings → UAudioSynesthesiaSettings → ULKFSSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULKFSSettings() |
LKFS.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AnalysisPeriod | float | Number of seconds between loudness measurements. The standard is 0.1 seconds. | LKFS.h |
|
| AnalysisWindowDuration | float | Number of seconds of audio analyzed for each loudness measurements. The standard is 0.4 seconds. | LKFS.h |
|
| IntegratedLoudnessAnalysisPeriod | float | Number of seconds between long term (integrated and gated) loudness updates. | LKFS.h |
|
| IntegratedLoudnessDuration | float | Duration of audio analyzed for long term (integrated and gated) loudness. | LKFS.h |
|
| ShortTermLoudnessDuration | float | Duration of audio analyzed for short term loudness. The standard is 3.0 seconds. | LKFS.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUniquePtr< Audio::IAnalyzerSettings > GetSettings
(
const int32 InSampleRate, |
Convert ULKFSSettings to IAnalyzerSettings | LKFS.h |
Overridden from UAudioAnalyzerAssetBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetAssetActionName() |
LKFS.h | ||
virtual UClass * GetSupportedClass() |
LKFS.h |