SSettingsEditorCheckoutNotice

Implements a widget that provides a notice for files that need to be checked out.

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Constructs the widget.

Public function

void

 

Invalidate()

Force an update on the next tick.

Public function Const

bool

 

IsUnlocked()

Return true if the watched file can be modified (as of the last update)

Overridden from SWidget

Name Description

Public function Virtual

void

 

Tick

(
    const FGeometry& AllottedGeometry,
    const double InCurrentTime,
    const float InDeltaTime
)

Ticks this widget with Geometry.

Classes

Name

Description

Public struct

FArguments

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss