Navigation
API > API/Runtime > API/Runtime/SessionServices > API/Runtime/SessionServices/ISessionManager
Returns a delegate that is executed before a session is being selected.
| Name | FCanSelectSessionEvent |
| Type | class |
| Header File | /Engine/Source/Runtime/SessionServices/Public/ISessionManager.h |
| Include Path | #include "ISessionManager.h" |
Syntax
class FCanSelectSessionEvent : public TBaseMulticastDelegate_TwoParams< void, const TSharedPtr< ISessionInfo > &, bool & >
Inheritance Hierarchy
- TBaseMulticastDelegate_TwoParams< void, const TSharedPtr< ISessionInfo > &, bool & > → ISessionManager::FCanSelectSessionEvent