Navigation
API > API/Plugins > API/Plugins/Hotfix > API/Plugins/Hotfix/UOnlineHotfixManager
References
| Module | Hotfix |
| Header | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Public/OnlineHotfixManager.h |
| Include | #include "OnlineHotfixManager.h" |
| Source | /Engine/Plugins/Online/OnlineFramework/Source/Hotfix/Private/OnlineHotfixManager.cpp |
bool IsCompatibleHotfixFile
(
const FString & InFilename,
FString & OutFilename
)
Remarks
Is this hotfix file compatible with the current build If the file has version information it is compared with compatibility If the file has NO version information it is assumed compatible true if file is compatible, false otherwise
Parameters
| Name | Description |
|---|---|
| InFilename | name of the file to check |
| OutFilename | name of file with version information stripped |