UFindSessionsCallbackProxy::FindSessions

Searches for advertised sessions with the default online subsystem.

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

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

Include

#include "FindSessionsCallbackProxy.h"

Source

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

Syntax

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

Remarks

Searches for advertised sessions 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