UGameInstance::ClientTravelToSession

Helper function for traveling to a session that has already been joined via the online platform Grabs the URL from the session info and travels

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/GameInstance.h

Include

#include "Engine/GameInstance.h"

Source

/Engine/Source/Runtime/Engine/Private/GameInstance.cpp

Syntax

virtual bool ClientTravelToSession
(
    int32 ControllerId,
    FName InSessionName
)

Remarks

Helper function for traveling to a session that has already been joined via the online platform Grabs the URL from the session info and travels

Returns

true if able or attempting to travel, false otherwise

Parameters

Parameter

Description

ControllerId

controller initiating the request

InSessionName

name of session to travel to

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