Hey all!
I’m switching cameras in my Blueprint using custom events and exposing them as buttons in Remote Control it works well. But I’d love to clean it up using an Enum instead, so I get a dropdown for selecting views (Front, Left, Right, Back).
I exposed the Enum to Remote Control, but I realized just updating a variable won’t actually trigger the camera change unless I poll it with Tick or similar.
Is there a lightweight method to detect enum changes without using Tick? Maybe something like a timer or best practice workaround?
Thanks in advance!