Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UGameplayStatics
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/GameplayStatics.h |
| Include | #include "Kismet/GameplayStatics.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GameplayStatics.cpp |
static void OpenLevel
&40;
const UObject &42; WorldContextObject,
FName LevelName,
bool bAbsolute,
FString Options
&41;
Remarks
Travel to another level
Parameters
| Name | Description |
|---|---|
| LevelName | the level to open |
| bAbsolute | if true options are reset, if false options are carried over from current level |
| Options | a string of options to use for the travel URL |