FOnEncryptedAppTicketResponse

Steam Encrypted Application Ticket Interface.

Windows
MacOS
Linux

Type

typedef TMulticastDelegate_TwoParams< void, bool, int32 > FOnEncryptedAppTicketResponse

References

Module

OnlineSubsystemSteam

Header

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

Include

#include "OnlineEncryptedAppTicketInterfaceSteam.h"

Remarks

Steam Encrypted Application Ticket Interface.

You can created encrypted Steam application tickets with optional data by calling the RequestEncryptedAppTicket() function, which after the result delegate firing must be waited before the encrypted application ticket is available for use.

Once the encrypted steam application ticket is available for use, it can be retrieved via GetEncryptedAppTicket().

Do

that Steam limits the encrypted application ticket frequency to one per 60 seconds. Trying to encrypt data more often will result in an k_EResultLimitExceeded error. This delegate dictates the success or failure of data encrypting result. On success, this means that the encrypted data is now available and can be retrieved via call to GetEncryptedAppTicket.

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