ETravelType

Traveling from server to server.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineBaseTypes.h

Include

#include "Engine/EngineBaseTypes.h"

Syntax

enum ETravelType
{
    TRAVEL_Absolute,
    TRAVEL_Partial,
    TRAVEL_Relative,
    TRAVEL_MAX,
}

Values

Name

Description

TRAVEL_Absolute

Absolute URL.

TRAVEL_Partial

Partial (carry name, reset server).

TRAVEL_Relative

Relative URL.

TRAVEL_MAX

Remarks

Traveling from server to server.

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