unreal 4 cover ai blackboard

by Felipe Tromp 4 min read

Documents the Behavior Trees asset in Unreal Engine 4 (UE4) and how it can be used to create Artificial Intelligence (AI) for non-player characters in your projects

Behavior Trees assets in Unreal Engine 4 (UE4) can be used to create artificial intelligence (AI) for non-player characters in your projects.

Starting Out

This guide shows how to use Behaviour Trees to set up an AI character that will patrol or chase a player.

Essentials

Describes the concepts behind Behavior Trees in UE4 and how they differ from traditional Behavior Trees.

image