Add GetDebugInfo to BT nodes for debugging

This commit is contained in:
Wojtek Figat
2023-09-19 20:57:19 +02:00
parent f845344d03
commit 336fe46e03
12 changed files with 225 additions and 20 deletions

View File

@@ -66,6 +66,13 @@ public:
/// </summary>
BehaviorTreeGraph Graph;
/// <summary>
/// Gets a specific node instance object from Behavior Tree.
/// </summary>
/// <param name="id">The unique node identifier (Visject surface).</param>
/// <returns>The node instance or null if cannot get it.</returns>
API_FUNCTION() BehaviorTreeNode* GetNodeInstance(uint32 id);
/// <summary>
/// Tries to load surface graph from the asset.
/// </summary>