UCreateSessionCallbackProxy::CreateSession

Creates a session with the default online subsystem.

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Classes/CreateSessionCallbackProxy.h

Include

#include "CreateSessionCallbackProxy.h"

Source

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/CreateSessionCallbackProxy.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable,
          Meta=(BlueprintInternalUseOnly="true", WorldContext="WorldContextObject"),
          Category="Online|Session")
static UCreateSessionCallbackProxy * CreateSession
(
    UObject * WorldContextObject,
    class APlayerController * PlayerController,
    int32 PublicConnections,
    bool bUseLAN
)

Remarks

Creates a session with the default online subsystem.

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