40 void Construct(const FArguments& inArgs);
42 static auto Text(const FString& text) -> Slate::TAttributeBlock<SEditableTextBox>;
43 static auto Text(const FStringView& text) -> Slate::TAttributeBlock<SEditableTextBox>;
44 static auto OptionalText(const FString& text) -> Slate::TAttributeBlock<SEditableTextBox>;
45 static auto OptionalTextWidget(const FString& text) -> TSharedRef<SEditableTextBox>;
47 static auto ExpandableText(const FText& title, const FString& text) -> Slate::TAttributeBlock<SExpandableArea>;
48 static auto ExpandableText(
51 const Slate::TAttributeBlock<SEditableTextBox>& textAttributes
52 ) -> Slate::TAttributeBlock<SExpandableArea>;
53 static auto ExpandableTextWidget(const FText& title, const FString& text) -> TSharedRef<SExpandableArea>;
55 static auto Severity(const
IErrorRef& error) -> Slate::TAttributeBlock<STextBlock>;
56 static auto SeverityWidget(const
IErrorRef& error) -> TSharedRef<STextBlock>;
58 static auto Row() -> SVerticalBox::FSlot::FSlotArguments;