Navigation
API > API/Plugins > API/Plugins/Hotfix > API/Plugins/Hotfix/UOnlineHotfixManager
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyHotfixesToLoadedAssets () |
Called immediately after ParseAssetHotfixes to patch assets already in memory | OnlineHotfixManager.h | |
void ApplyHotfixesToLoadedAssets
(
TConstArrayView< FName > AssetPaths |
Apply registered hotfixes only to the given asset paths. | OnlineHotfixManager.h |
ApplyHotfixesToLoadedAssets()
Description
Called immediately after ParseAssetHotfixes to patch assets already in memory
| Name | ApplyHotfixesToLoadedAssets |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h |
| Include Path | #include "OnlineHotfixManager.h" |
| Source | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Private/OnlineHotfixManager.cpp |
virtual void ApplyHotfixesToLoadedAssets()
ApplyHotfixesToLoadedAssets(TConstArrayView< FName >)
Description
Apply registered hotfixes only to the given asset paths.
| Name | ApplyHotfixesToLoadedAssets |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h |
| Include Path | #include "OnlineHotfixManager.h" |
| Source | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Private/OnlineHotfixManager.cpp |
void ApplyHotfixesToLoadedAssets
(
TConstArrayView< FName > AssetPaths
)