[Solved] Virtual camera activation event

Hello,

is there an event that is getting fired when my vcam gets activated? Currently I’m checking for activation every frame inside my Update() method.

I want the camera to start moving right after it’s activation.

Thanks in advance.

Best Regards

Yes. The brain emits an event whenever a vcam becomes active:

4072459--354904--upload_2019-1-7_12-5-33.png

Also the vcam itself has an event that fires when it’s activated:

4072459--354907--upload_2019-1-7_12-6-35.png

2 Likes

Ohhh, thank you. That makes a lot of sense!