Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemSteam > API/Plugins/OnlineSubsystemSteam/FOnlineSubsystemSteam
Description
This delegate fires whenever a steam login has succeeded or failed its async task. Useful for modules that need to check to see if a user is logged in before running other behavior
| Name | DEFINE_ONLINE_DELEGATE_ONE_PARAM |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystemSteam/Source/Public/OnlineSubsystemSteam.h |
| Include Path | #include "OnlineSubsystemSteam.h" |
DEFINE_ONLINE_DELEGATE_ONE_PARAM
(
OnSteamServerLoginCompleted,
bool
)