Navigation
Unreal Engine C++ API Reference > Developer > SharedSettingsWidgets
Inheritance Hierarchy
References
Module | SharedSettingsWidgets |
Header | /Engine/Source/Developer/SharedSettingsWidgets/Public/SSettingsEditorCheckoutNotice.h |
Include | #include "SSettingsEditorCheckoutNotice.h" |
Syntax
class SSettingsEditorCheckoutNotice : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\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 | Tick ( const FGeometry& AllottedGeometry, const double InCurrentTime, const float InDeltaTime ) | Ticks this widget with Geometry. |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |