Navigation
API > API/Plugins > API/Plugins/Party > API/Plugins/Party/FPartyRepData
Description
Called directly after an updated member state is received and copied into the local state. InResourceHandle will contain any resources returned by GetAssetsToAsyncLoad that were loaded. This handle should be retained to keep these resources in memory.
Virtual Inheritance
- FOnlinePartyRepDataBase::PostReplication → FPartyRepData::PostReplication
| Name | PostReplication |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Party/SocialParty.h |
| Include Path | #include "Party/SocialParty.h" |
| Source | /Engine/Plugins/Online/OnlineFramework/Source/Party/Private/Party/SocialParty.cpp |
virtual void PostReplication
(
const FOnlinePartyRepDataBase & OldData,
TSharedPtr < FStreamableHandle > InResourceHandle
)