FSeamlessTravelHandler::StartTravel

Starts traveling to the given URL.

Windows
MacOS
Linux

Deprecated

  • UPackage::Guid has not been used by the engine for a long time. Please use StartTravel without a InGuid.

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/World.h

Include

#include "Engine/World.h"

Syntax

bool StartTravel
(
    UWorld * InCurrentWorld,
    const FURL & InURL
)

Remarks

Starts traveling to the given URL. The required packages will be loaded async and Tick() will perform the transition once we are ready

Returns

whether or not we succeeded in starting the travel

Parameters

Parameter

Description

InURL

the URL to travel to

InGuid

the GUID of the destination map package

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