Reply To: [BUG] latch behaviour in edge case

Forums 💬 NodeCanvas ⚙️ Support [BUG] latch behaviour in edge case Reply To: [BUG] latch behaviour in edge case

#15929
roger_peng
Participant

    I encounter the same problem when using behaviourtree.

    My solution is always calling EndAction(true/false) inside OnExecute or OnUpdate Function when make a custom action task.

    driiade’s solution is better, but please make a update or a document about this issue.