FPartyJoinDenialReason

Companion to EPartyJoinDisapproval to lessen the hassle of working with a "customized" enum

Windows
MacOS
Linux

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 EPartyJoinDisapproval to lessen the hassle of working with a "customized" enum

Constructors

Name Description

Public function

FPartyJoinDenialReason()

Public function

FPartyJoinDenialReason

(
    int32 DenialReasonCode
)

Public function

FPartyJoinDenialReason

(
    CustomReasonEnumT CustomReason
)

Functions

Name Description

Public function Const

const TCHAR ...

 

AsString()

Public function Const

CustomReason...

 

GetCustomReason()

Public function Const

EPartyJoinDe...

 

GetReason()

Public function Const

bool

 

HasAnyReason()

Public function Const

bool

 

HasCustomReason()

Operators

Name Description

Public function Const

 

operator int32()

Public function Const

bool

 

operator==

(
    const FPartyJoinDenialReason& Othe...
)

Public function Const

bool

 

operator==

(
    int32 ReasonCode
)

Public function Const

bool

 

operator==

(
    CustomReasonEnumT CustomReason
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss