Sending Event from External/ Referenced Behaviour Tree

dudleyhk

New member
Hey, does anyone know how to Register an Event used in a ReferenceBehaviorTree? I can't access the RefereneBehaviourTree on start and thus can't access the RegisterEvent functionality of the Referenced Behaviour Tree..

Thanks :D
 
Turns out only the value type 'object' is allow when registering events. I was passing in 'Vector3' and 'float'... oops.
 
Top