SetFromErrorCode

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

SetFromErrorCode

(
    const int32 ErrorCode
)

Public function

void

 

SetFromErrorCode

(
    const FString& ErrorCode
)

Same as the Ctors but can be called any time (does NOT set bSucceeded to false)

Public function

void

 

SetFromErrorCode

(
    FString&& ErrorCode
)

Protected function

void

 

SetFromErrorCode

(
    EOnlineErrorResult InResult
)

Helpers for constructing errors

Protected function

void

 

SetFromErrorCode

(
    EOnlineErrorResult InResult,
    const FString& InErrorCode
)

Protected function

void

 

SetFromErrorCode

(
    EOnlineErrorResult InResult,
    const FString& InErrorCode,
    const FText& InErrorText
)

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