Navigation
API > API/Plugins > API/Plugins/Party
Companion to EPartyJoinDenialReason to lessen the hassle of working with a "customized" enum
| Name | FPartyJoinDenialReason |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Party/PartyTypes.h |
| Include Path | #include "Party/PartyTypes.h" |
Syntax
struct FPartyJoinDenialReason
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Party/PartyTypes.h | |||
FPartyJoinDenialReason
(
int32 DenialReasonCode |
Party/PartyTypes.h | ||
FPartyJoinDenialReason
(
CustomReasonEnumT CustomReason |
Party/PartyTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DenialReason | EPartyJoinDenialReason | Party/PartyTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TCHAR * AsString() |
Party/PartyTypes.h | ||
CustomReasonEnumT GetCustomReason() |
Party/PartyTypes.h | ||
EPartyJoinDenialReason GetReason() |
Party/PartyTypes.h | ||
bool HasAnyReason() |
Party/PartyTypes.h | ||
bool HasCustomReason() |
Party/PartyTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator int32() |
Party/PartyTypes.h | ||
bool operator==
(
const FPartyJoinDenialReason& Other |
Party/PartyTypes.h | ||
bool operator==
(
int32 ReasonCode |
Party/PartyTypes.h | ||
bool operator==
(
CustomReasonEnumT CustomReason |
Party/PartyTypes.h |