![]() |
MCRO
C++23 utilities for Unreal Engine.
|
Displaying error components which just provide a block of text (like a stack-trace) More...
#include <SPlainTextDisplay.h>
Public Member Functions | |
| SLATE_BEGIN_ARGS (SPlainTextDisplay) | |
| SLATE_ARGUMENT (IErrorPtr, Error) | |
| void | Construct (const FArguments &inArgs) |
Public Member Functions inherited from Mcro::Error::SErrorDisplay | |
| SLATE_BEGIN_ARGS (SErrorDisplay) | |
| SLATE_ARGUMENT (IErrorPtr, 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 | 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 21 of file SPlainTextDisplay.h.
| void Mcro::Error::SPlainTextDisplay::Construct | ( | const FArguments & | inArgs | ) |
| Mcro::Error::SPlainTextDisplay::SLATE_ARGUMENT | ( | IErrorPtr | , |
| Error | ) |
|
inline |
Definition at line 24 of file SPlainTextDisplay.h.