Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FNamedOnlineSession
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSessionSettings.h |
| Include | #include "OnlineSessionSettings.h" |
bool GetJoinability
&40;
bool & bPublicJoinable,
bool & bFriendJoinable,
bool & bInviteOnly,
bool & bAllowInvites
&41; const
Remarks
Calculate the possible joinability state of this session check the values from left to right in order of precedence true if the out params are valid, false otherwise
Parameters
| Name | Description |
|---|---|
| bPublicJoinable | [out] is the game joinable by anyone at all |
| bFriendJoinable | [out] is the game joinable by friends via presence (doesn't require invite) |
| bInviteOnly | [out] is the game joinable via explicit invites |
| bAllowInvites | [out] are invites possible (use with bInviteOnly to determine if invites are available right now) |