USpectatorBeaconState::RegisterAuthTicket

Register user auth ticket with the reservation system Must have an existing reservation entry

Windows
MacOS
Linux

References

Module

OnlineSubsystemUtils

Header

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

Include

#include "SpectatorBeaconState.h"

Source

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

Syntax

void RegisterAuthTicket
(
    const FUniqueNetIdRepl & InSpectatorId,
    const FString & InAuthTicket
)

Remarks

Register user auth ticket with the reservation system Must have an existing reservation entry

Parameters

Parameter

Description

InSpectatorId

id of player logging in

InAuthTicket

auth ticket reported by the user

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