EQosCompletionResult

Enum for possible QoS return codes

Windows
MacOS
Linux

References

Module

Qos

Header

/Engine/Plugins/Online/OnlineFramework/Source/Qos/Public/QosRegionManager.h

Include

#include "QosRegionManager.h"

Syntax

enum EQosCompletionResult
{
    Invalid,
    Success,
    Failure,
    Canceled,
}

Values

Name

Description

Invalid

Incomplete, invalid result

Success

QoS operation was successful

Failure

QoS operation ended in failure

Canceled

QoS operation was canceled

Remarks

Enum for possible QoS return codes

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