FOnlineEncryptedAppTicketSteam::OnAPICallComplete

Callback function informed of a result of the latest successful call to RequestEncryptedAppTicket.

Windows
MacOS
Linux

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

Syntax

void OnAPICallComplete
(
    bool bEncryptedDataAvailable,
    int32 ResultCode
)

Remarks

Callback function informed of a result of the latest successful call to RequestEncryptedAppTicket.

Parameters

Parameter

Description

bEncryptedDataAvailable

True if function call was a success and the data is available, else false.

ResultCode

Steam API EResult code describing the result of the API call.

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