Navigation
API > API/Developer > API/Developer/SharedSettingsWidgets > API/Developer/SharedSettingsWidgets/SPlatformSetupMessage
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/SharedSettingsWidgets/Public/SPlatformSetupMessage.h |
| Include Path | #include "SPlatformSetupMessage.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SPlatformSetupMessage >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SPlatformSetupMessage > → SPlatformSetupMessage::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SPlatformSetupMessage.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SPlatformSetupMessage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & OnSetupClicked
(
const FSimpleDelegate& InDelegate |
Called when the Setup button is clicked. | SPlatformSetupMessage.h | |
WidgetArgsType & PlatformName
(
FText InArg |
Name of the platform. | SPlatformSetupMessage.h |