FOnSteamAuthResultWithCode

This delegate dictates the success or failure of an authentication result with an additional flag that explains the result.

Windows
MacOS
Linux

Type

typedef TMulticastDelegate_ThreeParams< void, const class FUniqueNetId &, bool, ESteamAuthResponseCode > FOnSteamAuthResultWithCode

References

Module

OnlineSubsystemSteam

Header

/Engine/Plugins/Online/OnlineSubsystemSteam/Source/Public/OnlineAuthInterfaceUtilsSteam.h

Include

#include "OnlineAuthInterfaceUtilsSteam.h"

Remarks

This delegate dictates the success or failure of an authentication result with an additional flag that explains the result. This is fired at the same time as the above delegate but includes additional data. Should a project be listening to result delegate calls, it is recommended to listen to one of these two (but not both).

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