Navigation
API > API/Plugins > API/Plugins/ConcertSharedSlate > API/Plugins/ConcertSharedSlate/Session > API/Plugins/ConcertSharedSlate/Session/History > API/Plugins/ConcertSharedSlate/Session/History/SSessionHistory
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SSessionHistory::FArguments
References
| Module | ConcertSharedSlate |
| Header | /Engine/Plugins/Developer/Concert/ConcertUI/ConcertSharedSlate/Source/ConcertSharedSlate/Public/Session/History/SSessionHistory.h |
| Include | #include "Session/History/SSessionHistory.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSessionHistory >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AllowActivity
(
const FAllowActivity& InDelegate |
Optional filter for filtering activities out | |
| WidgetArgsType & | Columns
(
TArray< FActivityColumn > InArg |
Optional. | |
| WidgetArgsType & | Optional snapshot to restore column visibilities with | ||
| WidgetArgsType & | DarkenMutedActivities
(
bool InArg |
Optional. | |
| WidgetArgsType & | DetailsAreaVisibility
(
EVisibility InArg |
Optional. Show/hide the details area widget. Default to visible. | |
| WidgetArgsType & | GetPackageEvent
(
const SConcertSessionActivities::FGetPackageEvent& InDelegate |
||
| WidgetArgsType & | GetTransactionEvent
(
const SConcertSessionActivities::FGetTransactionEvent& InDelegate |
||
| WidgetArgsType & | OnContextMenuOpening
(
const FOnContextMenuOpening& InDelegate |
If bound, invoked when an item in the table is right-click and we are supposed to show a menu of actions. | |
| WidgetArgsType & | OnMakeColumnOverlayWidget
(
const SConcertSessionActivities::FMakeColumnOverlayWidgetFunc& InDelegate |
Optional. If bound, invoked when generating a row to add an overlay to a column. | |
| WidgetArgsType & | PackageFilter
(
FName InArg |
Optional name for only displaying activities that affect certain packages | |
| WidgetArgsType & | SaveColumnVisibilitySnapshot
(
const UE::ConcertSharedSlate::FSaveColumnVisibilitySnapshot& InDelegate |
Called whenever the column visibility changes and should be saved | |
| NamedSlotProperty< FArguments > | Optional. An area to the left of the search bar intended for adding buttons to. | ||
| WidgetArgsType & | SelectionMode
(
ESelectionMode::Type InArg |
Optional. How the activities may be selected. Default to Single. | |
| WidgetArgsType & | Optional. Used by non-editor instances to provide reflection data about transaction activities. | ||
| WidgetArgsType & | ViewOptions
(
const TAttribute< TSharedPtr< FConcertSessionActivitiesOptions > >& InAttribute |
Optional. You can override the view options with this. |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |