Hey do anyone know about any default rcon / admin console commands implementation?
All my searches turn up Ark stuff, is this some extended UE class or is it a game spesific implementation?
Thank you for any info!
Cheers!
Hey do anyone know about any default rcon / admin console commands implementation?
All my searches turn up Ark stuff, is this some extended UE class or is it a game spesific implementation?
Thank you for any info!
Cheers!
I think nothing denies you from modifying the gamestate with your own console commands…
From a quick look Ark console commands are different from Unreal Tournament’s console commands
So no native base implementation in the engine?
AFAIK no. Unreal Tournament’s rconauth/rconexec is implemented in game code, not the engine. But you could take a look at that for an example implementation (check out UTBasePlayerController).