Navigation
API > API/Plugins > API/Plugins/AudioInsights > API/Plugins/AudioInsights/FSoundPlotsWidgetView
Main information about what data is being plotted in this widget, along with functions to gather information. This data is passed into the constructor of this widget in a TMap of Column name -> Plot Column Info
| Name | FPlotColumnInfo |
| Type | struct |
| Header File | /Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Views/SoundPlotsWidgetView.h |
| Include Path | #include "Views/SoundPlotsWidgetView.h" |
Syntax
struct FPlotColumnInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColumnDisplayName | const FText | Views/SoundPlotsWidgetView.h | ||
| DataFunc | const TFunction< const ::Audio::TCircularAudioBuffer< FDataPoint > &(const IDashboardDataTreeViewEntry &InData)> | Views/SoundPlotsWidgetView.h | ||
| GetCustomYRangeFunc | const TFunction< FFloatInterval()> | Views/SoundPlotsWidgetView.h | ||
| GetFormatOptionsFunc | const TFunction< const FNumberFormattingOptions *()> | Views/SoundPlotsWidgetView.h | ||
| GetUseCustomYRangeFunc | const TFunction< bool()> | Views/SoundPlotsWidgetView.h | ||
| GetYRangePropertyFunc | const TFunction< const FProperty *()> | Views/SoundPlotsWidgetView.h | ||
| SetCustomYRangeFunc | const TFunction< void(const FFloatInterval &, TOptional< ETextCommit::Type >)> | Views/SoundPlotsWidgetView.h | ||
| SetUseCustomYRangeFunc | const TFunction< void(bool)> | Views/SoundPlotsWidgetView.h | ||
| UnitConversionFunc | const TFunction< float(const float)> | Views/SoundPlotsWidgetView.h |