Behavior Tree "Gotchas"

Hi Daniel! For clarity, can you give some explicit examples about the “registering for external event” gotcha for us non C++ folks? Do you mean things like passing references to other blueprints and then having that BP do some sort of event with the reference? If so, is simply clearing that reference to ‘none’ and clearing timers/etc. the preferred method of de-registering? Thanks!