Navigation
API > API/Developer > API/Developer/SharedSettingsWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SSettingsEditorCheckoutNotice
References
| Module | SharedSettingsWidgets |
| Header | /Engine/Source/Developer/SharedSettingsWidgets/Public/SSettingsEditorCheckoutNotice.h |
| Include | #include "SSettingsEditorCheckoutNotice.h" |
Syntax
class SSettingsEditorCheckoutNotice : public SCompoundWidget
Remarks
Implements a widget that provides a notice for files that need to be checked out.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
Constructs the widget. | |
| void | Invalidate () |
Force an update on the next tick. | |
| bool | IsUnlocked () |
Return true if the watched file can be modified (as of the last update) |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |