Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Classes | Namespaces
BTGraphCompiler.h File Reference

Compiler from GraphDocument to BehaviorTreeAsset. More...

#include "../../NodeGraphCore/GraphDocument.h"
#include "../BehaviorTree.h"
#include <string>
+ Include dependency graph for BTGraphCompiler.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Olympe::AI::BTGraphCompiler
 Static compiler for BT graphs. More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 
namespace  Olympe::AI
 

Detailed Description

Compiler from GraphDocument to BehaviorTreeAsset.

Author
Olympe Engine
Date
2026-02-18

Compiles a NodeGraphCore GraphDocument into a runtime BehaviorTreeAsset. Performs validation before compilation and maps node types appropriately.

Definition in file BTGraphCompiler.h.