Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/FOnlinePartyData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetAttribute
(
const FString& AttrName, |
Set an attribute from the party data | Interfaces/OnlinePartyInterface.h | |
virtual void SetAttribute
(
FString&& AttrName, |
Set an attribute from the party data | Interfaces/OnlinePartyInterface.h |
SetAttribute(const FString &, const FVariantData &)
Description
Set an attribute from the party data
| Name | SetAttribute |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include Path | #include "Interfaces/OnlinePartyInterface.h" |
void SetAttribute
(
const FString & AttrName,
const FVariantData & AttrValue
)
Parameters
| Name | Remarks |
|---|---|
| AttrName | key for the attribute |
| AttrValue | value to set the attribute to |
SetAttribute(FString &&, FVariantData &&)
Description
Set an attribute from the party data
| Name | SetAttribute |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include Path | #include "Interfaces/OnlinePartyInterface.h" |
virtual void SetAttribute
(
FString && AttrName,
FVariantData && AttrValue
)
Parameters
| Name | Remarks |
|---|---|
| AttrName | key for the attribute |
| AttrValue | value to set the attribute to |