Navigation
Unreal Engine C++ API Reference > Developer > SessionFrontend > Widgets > Browser
Inheritance Hierarchy
References
Module | SessionFrontend |
Header | /Engine/Source/Developer/SessionFrontend/Public/Widgets/Browser/SSessionBrowser.h |
Include | #include "Widgets/Browser/SSessionBrowser.h" |
Syntax
class SSessionBrowser : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
Remarks
Implements a Slate widget for browsing active game sessions.
Destructors
Type | Name | Description |
---|---|---|
~SSessionBrowser () | Destructor. |
Functions
Type | Name | Description |
---|---|---|
void | AddInstanceItemToTree ( TSharedPtr< FSessionBrowserTreeItem..., const TSharedPtr< FSessionBrowserTr..., const TSharedPtr< ISessionInstanceI... ) | Adds items for this session in the tree. |
void | Construct ( const FArguments& InArgs, TSharedRef< ISessionManager > InSes... ) | Construct this widget. |
void | ExpandItem ( const TSharedPtr< FSessionBrowserTr... ) | Fully expands the specified tree view item. |
void | FilterSessions () | Filters the session tree. |
void | ReloadSessions () | Reloads the sessions list. |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |