You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user