Navigation
API > API/Developer > API/Developer/SharedSettingsWidgets > API/Developer/SharedSettingsWidgets/SSettingsEditorCheckoutNotice
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/SharedSettingsWidgets/Public/SSettingsEditorCheckoutNotice.h |
| Include Path | #include "SSettingsEditorCheckoutNotice.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSettingsEditorCheckoutNotice >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SSettingsEditorCheckoutNotice > → SSettingsEditorCheckoutNotice::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SSettingsEditorCheckoutNotice.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SSettingsEditorCheckoutNotice.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & ConfigFilePath
(
const TAttribute< FString >& InAttribute |
Called to get the filename of the config file for display | SSettingsEditorCheckoutNotice.h | |
WidgetArgsType & OnFileProbablyModifiedExternally
(
const FSimpleDelegate& InDelegate |
Called when the the file was probably modified externally (only detects files that were 'ready to go' and are now not, e.g., reverted/checked in or files with the read-only flag edited outside) | SSettingsEditorCheckoutNotice.h |