How do I set my game resolution to 320x240 and fps cap at 30?

That’s the correct way to call that command - can you verify BeginPlay is being called? Slap a break point on there or put a print string between the nodes just to make sure the event is being fired at all.

I’ve also had better luck specifying a player controller with some commands, though this one in particular shouldn’t be an issue. You could try it nonetheless.

The command for fps capping is t.MaxFPS 30