Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemSteam > API/Plugins/OnlineSubsystemSteam/FOnlineEncryptedAppTicketSteam
Warnings * Only call this after OnDataEncryptResultDelegate has reported the data to be available.
Description
Retrieve encrypted data once it's available.
Only call this after OnDataEncryptResultDelegate has reported the data to be available.
| Name | GetEncryptedAppTicket |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystemSteam/Source/Public/OnlineEncryptedAppTicketInterfaceSteam.h |
| Include Path | #include "OnlineEncryptedAppTicketInterfaceSteam.h" |
| Source | /Engine/Plugins/Online/OnlineSubsystemSteam/Source/Private/OnlineEncryptedAppTicketInterfaceSteam.cpp |
bool GetEncryptedAppTicket
(
TArray < uint8 > & OutEncryptedData
)
True if the function call was successful, otherwise false.
Parameters
| Name | Remarks |
|---|---|
| OutEncryptedData | Upon successful call, contains the encrypted application ticket data. |