Made BT editor's comment on root-level decorators cleares and added error logging if BTTask_RunBehaviorDynamic is executed with a subtree containing root-level decorators #UE4

#rb Lukasz.Furman
#jira none

[CL 4222543 by Mieszko Zielinski in Dev-Framework branch]
This commit is contained in:
Mieszko Zielinski
2018-07-19 09:08:30 -04:00
parent 36bd28320f
commit 7b9ef9f512
2 changed files with 10 additions and 1 deletions
@@ -654,7 +654,10 @@ TSharedRef<SWidget> FBehaviorTreeEditor::SpawnProperties()
.Padding(FMargin(5.0f))
[
SNew(STextBlock)
.Text(LOCTEXT("RootLevelNode", "Root level decorators are not executed\nThey will be injected into a parent tree"))
.Text(LOCTEXT("RootLevelNode", "\
Root-level decorators are only valid and will be executed if this BT is be used\n\
as static a sub-tree (via \"Run Behavior\"). These decorators will be ignored if\n\
dynamically injected with \"Run Dynamic Behavior\"."))
]
]
+SVerticalBox::Slot()