Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemSteam
A class for interfacing with SteamAuth outside of the SteamOSS.
| Name | FOnlineAuthUtilsSteam |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystemSteam/Source/Public/OnlineAuthInterfaceUtilsSteam.h |
| Include Path | #include "OnlineAuthInterfaceUtilsSteam.h" |
Syntax
class FOnlineAuthUtilsSteam
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FOnlineAuthUtilsSteam() |
OnlineAuthInterfaceUtilsSteam.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OnAuthenticationResultDelegate | FOnSteamAuthResultDelegate | OnlineAuthInterfaceUtilsSteam.h | ||
| OnAuthenticationResultWithCodeDelegate | FOnSteamAuthResultWithCodeDelegate | OnlineAuthInterfaceUtilsSteam.h | ||
| OverrideFailureDelegate | FOnSteamAuthFailureDelegate | Attach to this delegate to control the behavior of the Steam authentication failure. | OnlineAuthInterfaceUtilsSteam.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsSteamAuthEnabled() |
Checks to see if Steam Authentication is enabled due to being defined in any PacketHandlerComponent list. | OnlineAuthInterfaceUtilsSteam.h |