Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSeamlessTravelHandler
Description
Starts traveling to the given URL. The required packages will be loaded async and Tick() will perform the transition once we are ready
| Name | StartTravel |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
| Source | /Engine/Source/Runtime/Engine/Private/World.cpp |
bool StartTravel
(
UWorld * InCurrentWorld,
const FURL & InURL
)
whether or not we succeeded in starting the travel
Parameters
| Name | Remarks |
|---|---|
| InURL | the URL to travel to |