61 void Construct(const FArguments& inArgs);
63 static auto Text(const FString& text) -> Slate::TAttributeBlock<SEditableTextBox>;
64 static auto Text(const FStringView& text) -> Slate::TAttributeBlock<SEditableTextBox>;
65 static auto OptionalText(const FString& text) -> Slate::TAttributeBlock<SEditableTextBox>;
66 static auto OptionalTextWidget(const FString& text) -> TSharedRef<SEditableTextBox>;
68 static auto ExpandableText(const FText& title, const FString& text) -> Slate::TAttributeBlock<SExpandableArea>;
69 static auto ExpandableTextWidget(const FText& title, const FString& text) -> TSharedRef<SExpandableArea>;
71 static auto Severity(const
IErrorRef& error) -> Slate::TAttributeBlock<STextBlock>;
72 static auto SeverityWidget(const
IErrorRef& error) -> TSharedRef<STextBlock>;
74 static auto Row() -> SVerticalBox::FSlot::FSlotArguments;