Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SDockTab
Description
Set the custom code to execute for saving visual state in this tab. e.g. ContentBrowser saves the visible filters.OnExtendContextMenu
| Name | SetOnPersistVisualState |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Docking/SDockTab.h |
| Include Path | #include "Widgets/Docking/SDockTab.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Docking/SDockTab.cpp |
void SetOnPersistVisualState
(
const FOnPersistVisualState & Handler
)