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