IsRunningClientOnly

Check to see if this executable is running as "the client"

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CoreMisc.h

Include

#include "Misc/CoreMisc.h"

Syntax

bool IsRunningClientOnly()

Remarks

Check to see if this executable is running as "the client"

  • removes all net code (WITH_SERVER_CODE=0) Editor can run as a game with -clientonly

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss