Remote Control Preset

Hi There,

Any way to call a function in BP_GameMode via Remote Control Preset ?

My problem is when i called a function in one BP_actor i need to rebind if my game change the level…

I want to use the remote control but my game ask a login password on Main_Level and if is good we move the player to Solo_Level… after that Remote Control Preset call function are all unbind

Thanks for your help

Az

If you want to execute or store something across levels, you could always use the Game Instance. It is created on game start and is super useful: UGameInstance | Unreal Engine Documentation