Navigation
API > API/Plugins > API/Plugins/AudioWidgets > API/Plugins/AudioWidgets/FAudioAnalyzerRack
| |
|
| Name |
FRackConstructParams |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/AudioWidgets/Source/AudioWidgets/Public/AudioAnalyzerRack.h |
| Include Path |
#include "AudioAnalyzerRack.h" |
Syntax
struct FRackConstructParams
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| EditorSettingsClass |
const UClass * |
An Editor Settings class can be provided for rack units that require one for saving settings. |
AudioAnalyzerRack.h |
|
| StyleSet |
const ISlateStyle * |
An ISlateStyle can be provided to override AudioWidgetsStyle. |
AudioAnalyzerRack.h |
|
| TabManagerLayoutName |
FName |
The rack layout can be saved using the given name. |
AudioAnalyzerRack.h |
|