When hooking my branch node to event tick to check if 2 of my variables are set to true, for some reason my media player after the branch won’t play. Why does it do this? This issue only happens with event tick, if branch is connected to begin play then it plays like normal. But I need to check my variables on every frame so I need event tick… ? what can I do?
someone else on ue forums suggested to use event tick to check my bools and thats the only thing thats worked so far for checking my bools in this coding scenario.