#include <SErrorDisplay.h>
Base class for displaying Mcro::Error::IError objects to the user
Definition at line 24 of file SErrorDisplay.h.
◆ Construct()
void Mcro::Error::SErrorDisplay::Construct |
( |
const FArguments & | inArgs | ) |
|
Constructs this widget with InArgs
◆ ExpandableText() [1/2]
static auto Mcro::Error::SErrorDisplay::ExpandableText |
( |
const FText & | title, |
|
|
const FString & | text ) -> Slate::TAttributeBlock< SExpandableArea > |
|
static |
◆ ExpandableText() [2/2]
◆ ExpandableTextWidget()
static auto Mcro::Error::SErrorDisplay::ExpandableTextWidget |
( |
const FText & | title, |
|
|
const FString & | text ) -> TSharedRef< SExpandableArea > |
|
static |
◆ OptionalText()
static auto Mcro::Error::SErrorDisplay::OptionalText |
( |
const FString & | text | ) |
-> Slate::TAttributeBlock< SEditableTextBox > |
|
static |
◆ OptionalTextWidget()
static auto Mcro::Error::SErrorDisplay::OptionalTextWidget |
( |
const FString & | text | ) |
-> TSharedRef< SEditableTextBox > |
|
static |
◆ Row()
static auto Mcro::Error::SErrorDisplay::Row |
( |
| ) |
-> SVerticalBox::FSlot::FSlotArguments |
|
static |
◆ Severity()
◆ SeverityWidget()
static auto Mcro::Error::SErrorDisplay::SeverityWidget |
( |
const IErrorRef & | error | ) |
-> TSharedRef< STextBlock > |
|
static |
◆ SLATE_ARGUMENT()
Mcro::Error::SErrorDisplay::SLATE_ARGUMENT |
( |
IErrorRef | , |
|
|
Error | ) |
◆ SLATE_BEGIN_ARGS()
◆ SLATE_NAMED_SLOT() [1/6]
Mcro::Error::SErrorDisplay::SLATE_NAMED_SLOT |
( |
FArguments | , |
|
|
PostCodeContext | ) |
◆ SLATE_NAMED_SLOT() [2/6]
Mcro::Error::SErrorDisplay::SLATE_NAMED_SLOT |
( |
FArguments | , |
|
|
PostDetails | ) |
◆ SLATE_NAMED_SLOT() [3/6]
Mcro::Error::SErrorDisplay::SLATE_NAMED_SLOT |
( |
FArguments | , |
|
|
PostErrorPropagation | ) |
◆ SLATE_NAMED_SLOT() [4/6]
Mcro::Error::SErrorDisplay::SLATE_NAMED_SLOT |
( |
FArguments | , |
|
|
PostInnerErrors | ) |
◆ SLATE_NAMED_SLOT() [5/6]
Mcro::Error::SErrorDisplay::SLATE_NAMED_SLOT |
( |
FArguments | , |
|
|
PostMessage | ) |
◆ SLATE_NAMED_SLOT() [6/6]
Mcro::Error::SErrorDisplay::SLATE_NAMED_SLOT |
( |
FArguments | , |
|
|
PostSeverity | ) |
◆ Text() [1/2]
static auto Mcro::Error::SErrorDisplay::Text |
( |
const FString & | text | ) |
-> Slate::TAttributeBlock< SEditableTextBox > |
|
static |
◆ Text() [2/2]
static auto Mcro::Error::SErrorDisplay::Text |
( |
const FStringView & | text | ) |
-> Slate::TAttributeBlock< SEditableTextBox > |
|
static |
The documentation for this class was generated from the following file: