UDemoPendingNetGame::LoadMapCompleted

Called by the engine after it calls LoadMap for this PendingNetGame.

Windows
MacOS
Linux

Override Hierarchy

UPendingNetGame::LoadMapCompleted()

UDemoPendingNetGame::LoadMapCompleted()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/DemoPendingNetGame.h

Include

#include "Engine/DemoPendingNetGame.h"

Source

/Engine/Source/Runtime/Engine/Private/DemoNetDriver.cpp

Syntax

virtual void LoadMapCompleted
(
    UEngine * Engine,
    FWorldContext & Context,
    bool bLoadedMapSuccessfully,
    const FString & LoadMapError
)

Remarks

Called by the engine after it calls LoadMap for this PendingNetGame.

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