Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemSteam
Inheritance Hierarchy
- FExec
- FSelfRegisteringExec
- FOnlineEncryptedAppTicketSteam
References
| Module | OnlineSubsystemSteam |
| Header | /Engine/Plugins/Online/OnlineSubsystemSteam/Source/Public/OnlineEncryptedAppTicketInterfaceSteam.h |
| Include | #include "OnlineEncryptedAppTicketInterfaceSteam.h" |
Syntax
class FOnlineEncryptedAppTicketSteam : public FSelfRegisteringExec
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnEncryptedAppTicketResponse | OnEncryptedAppTicketResultDelegate | Attach to this delegate to get notified about the encrypted application ticket results. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOnlineEncryptedAppTicketSteam
(
FOnlineSubsystemSteam* InSubsystem |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | GetEncryptedAppTicket
(
TArray< uint8 >& OutEncryptedData |
Retrieve encrypted data once it's available. | |
| void | OnAPICallComplete
(
bool bEncryptedDataAvailable, |
Callback function informed of a result of the latest successful call to RequestEncryptedAppTicket. | |
| bool | RequestEncryptedAppTicket
(
void* DataToEncrypt, |
Requests data encrypting with Steam Encrypted Application ticket API. |
Overridden from FExec
| Type | Name | Description | |
|---|---|---|---|
| bool | Exec_Dev
(
UWorld* InWorld, |
FSelfRegisteringExec. |