Navigation
Unreal Engine C++ API Reference > Plugins > Party > Party
References
Module | Party |
Header | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Party/PartyTypes.h |
Include | #include "Party/PartyTypes.h" |
Syntax
struct FPartyJoinDenialReason
Remarks
Companion to EPartyJoinDenialReason to lessen the hassle of working with a "customized" enum
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FPartyJoinDenialReason
(
int32 DenialReasonCode |
||
![]() |
FPartyJoinDenialReason
(
CustomReasonEnumT CustomReason |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
const TCHAR * | AsString () |
|
![]() ![]() |
CustomReasonEnumT | ||
![]() ![]() |
EPartyJoinDenialReason | GetReason () |
|
![]() ![]() |
bool | HasAnyReason () |
|
![]() ![]() |
bool |
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
|||
![]() ![]() |
bool | operator==
(
const FPartyJoinDenialReason& Other |
|
![]() ![]() |
bool | operator==
(
int32 ReasonCode |
|
![]() ![]() |
bool | operator==
(
CustomReasonEnumT CustomReason |