ESteamAuthResponseCode

Status flags of SteamAuth response codes, mapped 1:1 with SteamAPI

Windows
MacOS
Linux

References

Module

OnlineSubsystemSteam

Header

/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Public/OnlineAuthInterfaceUtilsSteam.h

Include

#include "OnlineAuthInterfaceUtilsSteam.h"

Syntax

enum ESteamAuthResponseCode
{
    OK                     = 0,
    NotConnectedToSteam    = 1,
    NoOwnership            = 2,
    VACBanned              = 3,
    LoggedInElsewhere      = 4,
    VACCheckTimeout        = 5,
    TicketCancelled        = 6,
    TicketAlreadyUsed      = 7,
    TicketInvalid          = 8,
    PublisherBanned        = 9,
    FailedToCreateUser     = 20,
    Count,
}

Values

Name

Description

OK

NotConnectedToSteam

NoOwnership

VACBanned

LoggedInElsewhere

VACCheckTimeout

TicketCancelled

TicketAlreadyUsed

TicketInvalid

PublisherBanned

FailedToCreateUser

... space given for future steam codes ...

Count

Remarks

Status flags of SteamAuth response codes, mapped 1:1 with SteamAPI

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