TValueOrError

Overload list

Windows
MacOS
Linux
Name Description

Public function

TValueOrError

(
    TValueOrError_ValueProxy< A >&& Pr...
)

Construct the result from a value, or an error (See MakeValue and MakeError)

Public function

TValueOrError

(
    TValueOrError_ErrorProxy< A >&& Pr...
)

Public function

TValueOrError

(
    TValueOrError&& In
)

Move construction/assignment

Private function

TValueOrError

(
    const TValueOrError&
)

Copy construction/Assignment disallowed

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