FPartyMemberRepData::CompareAgainst

Compare this data against the given old data, triggering delegates as appropriate.

Windows
MacOS
Linux

Override Hierarchy

FOnlinePartyRepDataBase::CompareAgainst()

FPartyMemberRepData::CompareAgainst()

References

Module

Party

Header

/Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Party/PartyMember.h

Include

#include "Party/PartyMember.h"

Source

/Engine/Plugins/Online/OnlineFramework/Source/Party/Private/Party/PartyMember.cpp

Syntax

virtual void CompareAgainst
(
    const FOnlinePartyRepDataBase & OldData
) const

Remarks

Compare this data against the given old data, triggering delegates as appropriate. Intended to be used in concert with EXPOSE_REP_DATA_PROPERTY so that all you need to do is run through each property's CompareX function. If you need to do more complex comparison logic, you're welcome to do that as well/instead.

See Also

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