MCRO
C++23 utilities for Unreal Engine.
|
#include <SPlainTextDisplay.h>
Public Member Functions | |
SLATE_BEGIN_ARGS (SPlainTextDisplay) | |
SLATE_ARGUMENT (IErrorRef, Error) | |
void | Construct (const FArguments &inArgs) |
Public Member Functions inherited from Mcro::Error::SErrorDisplay | |
SLATE_BEGIN_ARGS (SErrorDisplay) | |
SLATE_ARGUMENT (IErrorRef, Error) | |
SLATE_NAMED_SLOT (FArguments, PostSeverity) | |
SLATE_NAMED_SLOT (FArguments, PostMessage) | |
SLATE_NAMED_SLOT (FArguments, PostDetails) | |
SLATE_NAMED_SLOT (FArguments, PostCodeContext) | |
SLATE_NAMED_SLOT (FArguments, PostErrorPropagation) | |
SLATE_NAMED_SLOT (FArguments, PostInnerErrors) | |
void | Construct (const FArguments &inArgs) |
Additional Inherited Members | |
Static Public Member Functions inherited from Mcro::Error::SErrorDisplay | |
static auto | Text (const FString &text) -> Slate::TAttributeBlock< SEditableTextBox > |
static auto | Text (const FStringView &text) -> Slate::TAttributeBlock< SEditableTextBox > |
static auto | OptionalText (const FString &text) -> Slate::TAttributeBlock< SEditableTextBox > |
static auto | OptionalTextWidget (const FString &text) -> TSharedRef< SEditableTextBox > |
static auto | ExpandableText (const FText &title, const FString &text) -> Slate::TAttributeBlock< SExpandableArea > |
static auto | ExpandableText (const FText &title, const FString &text, const Slate::TAttributeBlock< SEditableTextBox > &textAttributes) -> Slate::TAttributeBlock< SExpandableArea > |
static auto | ExpandableTextWidget (const FText &title, const FString &text) -> TSharedRef< SExpandableArea > |
static auto | Severity (const IErrorRef &error) -> Slate::TAttributeBlock< STextBlock > |
static auto | SeverityWidget (const IErrorRef &error) -> TSharedRef< STextBlock > |
static auto | Row () -> SVerticalBox::FSlot::FSlotArguments |
Displaying error components which just provide a block of text (like a stack-trace)
Definition at line 23 of file SPlainTextDisplay.h.
void Mcro::Error::SPlainTextDisplay::Construct | ( | const FArguments & | inArgs | ) |
Constructs this widget with InArgs
Mcro::Error::SPlainTextDisplay::SLATE_ARGUMENT | ( | IErrorRef | , |
Error | ) |
|
inline |
Definition at line 26 of file SPlainTextDisplay.h.