Navigation
API > API/Plugins > API/Plugins/CommonUI > API/Plugins/CommonUI/SLoadGuard
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonLoadGuard.h |
| Include Path | #include "CommonLoadGuard.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SLoadGuard >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SLoadGuard::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
CommonLoadGuard.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | CommonLoadGuard.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & GuardBackgroundBrush
(
const FSlateBrush* InArg |
CommonLoadGuard.h | ||
WidgetArgsType & GuardText
(
FText InArg |
CommonLoadGuard.h | ||
WidgetArgsType & GuardTextStyle
(
TSubclassOf< UCommonTextStyle > InArg |
CommonLoadGuard.h | ||
WidgetArgsType & OnLoadingStateChanged
(
const FOnLoadGuardStateChanged& InDelegate |
CommonLoadGuard.h | ||
SLATE_DEFAULT_SLOT
(
FArguments, |
CommonLoadGuard.h | ||
WidgetArgsType & Throbber
(
TSharedPtr< SWidget > InArg |
CommonLoadGuard.h |