Add GetDebugInfo to BT nodes for debugging
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user