Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
Type
typedef TMulticastDelegate_OneParam< void, int32 > FOnAuthAboutToExpire
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineIdentityInterface.h |
| Include | #include "Interfaces/OnlineIdentityInterface.h" |
Remarks
Delegate called when an auth session is about to expire and a new auth token is needed. The code bound to it is expected to respond by getting a new auth token and use it to re-call Login to refresh auth and keep the player logged in.
param LocalUserNum the controller number of the user whose auth is about to expire