FOnlinePartyData::GetDirtyKeyValAttrs

Get the dirty and removed key-value attributes

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlinePartyInterface.h"

Source

/Engine/Plugins/Online/OnlineSubsystem/Source/Private/OnlinePartyInterface.cpp

Syntax

void GetDirtyKeyValAttrs
(
    FOnlineKeyValuePairs< FString, FVariantData > & OutDirtyAttrs,
    TArray< FString > & OutRemovedAttrs
) const

Remarks

Get the dirty and removed key-value attributes

Parameters

Parameter

Description

OutDirtyAttrs

the dirty attributes

OutRemovedAttrs

the removed attributes

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