Navigation
API > API/Plugins > API/Plugins/Party > API/Plugins/Party/FOnlinePartyRepDataBase
Description
Gets any assets that should be async loaded before PostReplication is called. This is only used if Party.ReplicationAsyncLoadingEnabled is enabled.
| Name | GetAssetsToAsyncLoad |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Party/Public/Party/PartyTypes.h |
| Include Path | #include "Party/PartyTypes.h" |
virtual void GetAssetsToAsyncLoad
(
TArray < FSoftObjectPath > & OutAssets
) const