VJ Master 1.3
Real-time audio analysis and visualisation.
 
Loading...
Searching...
No Matches
ST_VJMasterFFTConfigCustomisation.h
1// Copyright (c) 2025 Aaron Trotter (ShaderTech). All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6
7class ST_VJMASTEREDITOR_API FST_VJMasterFFTConfigCustomisation
8{
9public:
10 FST_VJMasterFFTConfigCustomisation();
11 ~FST_VJMasterFFTConfigCustomisation();
12
13 void Initialize();
14 void Shutdown();
15
16private:
17 void OnSettingsPropertyChanged(UObject* Object, FPropertyChangedEvent& PropertyChangedEvent);
18
19 FDelegateHandle PropertyChangedHandle_FFTConfig;
20};