EOnlineEnvironment::Type

Environment for the current online platform

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h

Include

#include "OnlineSubsystemTypes.h"

Syntax

namespace EOnlineEnvironment
{
    enum Type
    {
        Development,
        Certification,
        Production,
        Unknown,
    }
}

Values

Name

Description

Development

Dev environment

Certification

Cert environment

Production

Prod environment

Unknown

Not determined yet

Remarks

Environment for the current online platform

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