Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemSteam > API/Plugins/OnlineSubsystemSteam/FOnlineEncryptedAppTicketSteam
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 |
bool GetEncryptedAppTicket
&40;
TArray< uint8 > & OutEncryptedData
&41;
Remarks
Retrieve encrypted data once it's available.
Only call this after OnDataEncryptResultDelegate has reported the data to be available. True if the function call was successful, otherwise false.
Parameters
| Name | Description |
|---|---|
| OutEncryptedData | Upon successful call, contains the encrypted application ticket data. |