Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/FOnlinePartyData
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePartyInterface.h |
| Include | #include "Interfaces/OnlinePartyInterface.h" |
bool GetAttribute
&40;
const FString & AttrName,
FVariantData & OutAttrValue
&41; const
Remarks
Get an attribute from the party data true if the attribute was found
Parameters
| Name | Description |
|---|---|
| AttrName | key for the attribute |
| OutAttrValue | [out] value for the attribute if found |