Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
Type
typedef TMulticastDelegate_TwoParams< void, int32 , FName > FOnDestroySessionRequested
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h |
| Include | #include "Interfaces/OnlineSessionInterface.h" |
Remarks
Delegate called when the service requests that we destroy the session. The game should react by cleaning up any state associated with the session (leaving the match, etc), and calling DestroySession.