Skip to content

UE5! Develop some powerful and useful composite nodes, decorator nodes and task nodes to extend the ability of Behavior Tree.

License

Notifications You must be signed in to change notification settings

travmygit/NextGenBehaviorTreePlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NextGenBehaviorTreePlus

UE5! Develop some powerful and useful composite nodes, decorator nodes and task nodes to extend the ability of Behavior Tree.

New Composites

Random Selector

Random Selector Nodes select randomly from their children to execute. They stop executing despite any of their children succeeds of fails.

Property Description
Apply decorator Scope If set, all Decorators in the branch below will be removed when execution flow leaves the branch (Decorators on this node are not affected).
Node Name The name the node should display in the Behavior Tree graph.
Weights Weights of children when the node is using weight random algorithm.
bUseWeights The node will ues weight random algorithm to select from its children (by default, each of the children has the same possibility).

New Tasks

Blackboard (Set Value)

Blackboard Nodes set blackboard key value by its type.

Property Description
Blackboard Key The Blackboard Key the Task will work on.
Key Value The value to be set to the key.

About

UE5! Develop some powerful and useful composite nodes, decorator nodes and task nodes to extend the ability of Behavior Tree.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published