Detecting if running on dedicated server at runtime ?

On any AActor derived class you can use compare GetNetMode() with NM_DedicatedServer

1 Like