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