FOnlinePartyData::SetAttribute

Set 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

virtual void SetAttribute
(
    FString && AttrName,
    FVariantData && AttrValue
)

Remarks

Set an attribute from the party data

Parameters

Parameter

Description

AttrName

key for the attribute

AttrValue

value to set the attribute to

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