Navigation
API > API/Plugins > API/Plugins/AudioInsights
| |
|
| Name |
SScrollableListView |
| Type |
class |
| Header File |
/Engine/Plugins/AudioInsights/Source/AudioInsights/Public/Views/TableDashboardViewFactory.h |
| Include Path |
#include "Views/TableDashboardViewFactory.h" |
Syntax
template<typename ItemType>
class SScrollableListView : public SListView< ItemType >
Inheritance Hierarchy
Implements Interfaces
Typedefs
| Name |
Type |
Remarks |
Include Path |
| FOnMouseWheel |
TMulticastDelegate_NoParams< void > |
|
Views/TableDashboardViewFactory.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| OnMouseWheelDetected |
FOnMouseWheel |
|
Views/TableDashboardViewFactory.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
void Construct
(
const typename SListView< ItemType >::FArguments& InArgs
)
|
|
Views/TableDashboardViewFactory.h |
|