Navigation
API > API/Plugins > API/Plugins/AudioSynesthesia
ULKFSAnalyzer calculates the current amplitude of an audio bus in real-time.
| Name | ULKFSAnalyzer |
| Type | class |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesia/Classes/LKFS.h |
| Include Path | #include "LKFS.h" |
Syntax
UCLASS (MinimalAPI, Blueprintable)
class ULKFSAnalyzer : public UAudioAnalyzer
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UAudioAnalyzer → ULKFSAnalyzer
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULKFSAnalyzer() |
LKFS.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnLatestOverallLKFSResults | FOnLatestOverallLKFSResults | Delegate to receive the latest overall meter results. | LKFS.h |
|
| OnLatestOverallLKFSResultsNative | FOnLatestOverallLKFSResultsNative | LKFS.h | ||
| OnLatestPerChannelLKFSResults | FOnLatestPerChannelLKFSResults | Delegate to receive the latest per-channel meter results. | LKFS.h |
|
| OnLatestPerChannelLKFSResultsNative | FOnLatestPerChannelLKFSResultsNative | LKFS.h | ||
| OnOverallLKFSResults | FOnOverallLKFSResults | Delegate to receive all overall meter results since last delegate call. | LKFS.h |
|
| OnOverallLKFSResultsNative | FOnOverallLKFSResultsNative | LKFS.h | ||
| OnPerChannelLKFSResults | FOnPerChannelLKFSResults | Delegate to receive all meter results, per-channel, since last delegate call. | LKFS.h |
|
| OnPerChannelLKFSResultsNative | FOnPerChannelLKFSResultsNative | LKFS.h | ||
| Settings | TObjectPtr< ULKFSSettings > | The settings for the meter audio analyzer. | LKFS.h |
|
Functions
Public
Overridden from UAudioAnalyzer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BroadcastResults() |
Broadcasts results to any delegates if hooked up. | LKFS.h | |
virtual TUniquePtr< Audio::IAnalyzerSettings > GetSettings
(
const int32 InSampleRate, |
Convert ULKFSSettings to IAnalyzerSettings | LKFS.h |
Protected
Overridden from UAudioAnalyzer
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetAnalyzerFactoryName() |
Return the name of the IAudioAnalyzerFactory associated with this UAudioAnalyzer | LKFS.h |