Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h |
| Include | #include "Misc/CoreMisc.h" |
bool IsRunningDedicatedServer()
Remarks
Check to see if this executable was launched as a dedicated server process and should not load client only data. An editor build can be launched with -server to set this to true, but it will be false during single process PlayInEditor mode. This function should not be used for gameplay or networking purposes, check for NM_DedicatedServer instead.