Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
Inheritance Hierarchy
- TSharedFromThis
- FOnlineParty
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include | #include "Interfaces/OnlinePartyInterface.h" |
Syntax
class FOnlineParty : public TSharedFromThis< FOnlineParty >
Remarks
Current state associated with a party
Variables
| Type | Name | Description | |
|---|---|---|---|
| FUniqueNetIdPtr | LeaderId | Unique id of the leader | |
| TSharedRef< const FOnlinePartyId > | PartyId | Unique id of the party | |
| const FOnlinePartyTypeId | PartyTypeId | Type of party (e.g., Primary) | |
| EPartyState | PreviousState | The previous state of the party | |
| FChatRoomId | RoomId | Id of chat room associated with the party | |
| EPartyState | State | The current state of the party |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOnlineParty
(
const TSharedRef< const FOnlinePartyId >& InPartyId, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanLocalUserInvite
(
const FUniqueNetId& LocalUserId |
Check if the local user has invite permissions in this party. | |
| TSharedRef< const FPartyConfiguration > | Get the party's configuration | ||
| bool | IsJoinable () |
Is this party joinable? | |
| void | SetState
(
EPartyState InState |