APartyBeaconHost::InitHostBeacon

Initialize the party host beacon

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/PartyBeaconHost.h

Include

#include "PartyBeaconHost.h"

Source

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

Syntax

virtual bool InitHostBeacon
(
    int32 InTeamCount,
    int32 InTeamSize,
    int32 InMaxReservations,
    FName InSessionName,
    int32 InForceTeamNum,
    bool bInEnableRemovalRequests
)

Remarks

Initialize the party host beacon

Returns

true if successful created, false otherwise

Parameters

Parameter

Description

InTeamCount

number of teams to make room for

InTeamSize

size of each team

InMaxReservation

max number of reservations allowed

InSessionName

name of session related to the beacon

InForceTeamNum

team to force players on if applicable (usually only 1 team games)

bInEnableRemovalRequests

allow clients to remove players from beacon.

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