You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Added tutorials button in top bar of editor & sub-editors
Icon is only visible if content is available for the editor in question. Split editor settings into two groups - one is persistent settings and one is progress/state. Tutorials record their dismissed state, so users can permenantly disable the 'nag' for a particular tutorial. Tutorial content now solidifies when the mouse is hovered over it, so it can be made easier to read. Fixed crash on startup if an intro tutorial was displaying rich text. Also fixed crash for TTP# 345094, where a zero-length tutorial was being accessed. [CL 2275934 by Thomas Sarkanen in Main branch]
This commit is contained in:
committed by
UnrealBot
parent
59ebc5b08d
commit
8dc16308f3
@@ -186,7 +186,7 @@ void STutorialEditableText::Construct(const FArguments& InArgs)
|
||||
RichTextMarshaller->AppendInlineDecorator(FHyperlinkDecorator::Create(TEXT("tutorial"), OnTutorialLinkClicked));
|
||||
RichTextMarshaller->AppendInlineDecorator(FHyperlinkDecorator::Create(TEXT("code"), OnCodeLinkClicked));
|
||||
RichTextMarshaller->AppendInlineDecorator(FHyperlinkDecorator::Create(TEXT("asset"), OnAssetLinkClicked));
|
||||
RichTextMarshaller->AppendInlineDecorator(FTextStyleDecorator::Create(&TextStyles));
|
||||
RichTextMarshaller->AppendInlineDecorator(FTextStyleDecorator::Create(TextStyles));
|
||||
|
||||
this->ChildSlot
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user