FOnlinePartyData::GetAttribute

Get an attribute from the party data

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h

Include

#include "Interfaces/OnlinePartyInterface.h"

Syntax

bool GetAttribute
(
    const FString & AttrName,
    FVariantData & OutAttrValue
) const

Remarks

Get an attribute from the party data

Returns

true if the attribute was found

Parameters

Parameter

Description

AttrName

key for the attribute

OutAttrValue

[out] value for the attribute if found

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