FOnlineEncryptedAppTicketSteam::RequestEncryptedAppTicket

Requests data encrypting with Steam Encrypted Application ticket API.

Windows
MacOS
Linux

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 RequestEncryptedAppTicket
(
    void * DataToEncrypt,
    int SizeOfDataToEncrypt
)

Remarks

Requests data encrypting with Steam Encrypted Application ticket API.

The encryption key used is the one configured on the App Admin page for your app on Steam portal. There can only be one data encrypting request pending, and this call is subject to a 60 second rate limit.

Returns

True on success, false on failure.

Parameters

Parameter

Description

DataToEncrypt

Data to encrypt.

SizeOfDataToEncrypt

Length of data to encrypt.

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