FOnlineEncryptedAppTicketSteam::GetEncryptedAppTicket

Retrieve encrypted data once it's available.

Windows
MacOS
Linux

Warnings

  • Only call this after OnDataEncryptResultDelegate has reported the data to be available.

References

Module

OnlineSubsystemSteam

Header

/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Public/OnlineEncryptedAppTicketInterfaceSteam.h

Include

#include "OnlineEncryptedAppTicketInterfaceSteam.h"

Source

/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Private/OnlineEncryptedAppTicketInterfaceSteam.cpp

Syntax

bool GetEncryptedAppTicket
(
    TArray< uint8 > & OutEncryptedData
)

Remarks

Retrieve encrypted data once it's available.

Only call this after OnDataEncryptResultDelegate has reported the data to be available.

Returns

True if the function call was successful, otherwise false.

Parameters

Parameter

Description

OutEncryptedData

Upon successful call, contains the encrypted application ticket data.

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