UGameEngine::HandleBrowseToDefaultMapFailure

Attempts to gracefully handle a failure to travel to the default map.

Windows
MacOS
Linux

Override Hierarchy

UEngine::HandleBrowseToDefaultMapFailure()

UGameEngine::HandleBrowseToDefaultMapFailure()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/GameEngine.h

Include

#include "Engine/GameEngine.h"

Source

/Engine/Source/Runtime/Engine/Private/GameEngine.cpp

Syntax

virtual void HandleBrowseToDefaultMapFailure
(
    FWorldContext & Context,
    const FString & TextURL,
    const FString & Error
)

Remarks

Attempts to gracefully handle a failure to travel to the default map.

Parameters

Parameter

Description

Error

the error string result from the LoadMap call that attempted to load the default map.

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