Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/Session > API/Plugins/ConcertSharedSlate/Session/Browser
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SConcertSessionBrowser
References
| Module | ConcertSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Session/Browser/SConcertSessionBrowser.h |
| Include | #include "Session/Browser/SConcertSessionBrowser.h" |
Syntax
class SConcertSessionBrowser : public SCompoundWidget
Remarks
Enables the user to browse/search/filter/sort active and archived sessions, create new session, archive active sessions, restore archived sessions, join a session and open the settings dialog.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Constructs the Browser. | |
| TArray< TSharedPtr< FConcertSessionTreeItem > > | |||
| bool | |||
| void | Adds row for creating new session. | ||
| void | InsertRestoreSessionAsEditableRow
(
const TSharedPtr< FConcertSessionTreeItem >& ArchivedItem |
Creates row under the given (archived) session with which session can be restored. | |
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| bool | |||
| void |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | Called after a key is pressed when this widget has focus (this event bubbles if not handled) | ||
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| ControlButtonExtensionHooks | |||
| FArguments | |||
| SessionContextMenuExtensionHooks |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EInsertPosition |