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 |
virtual bool WantsHotfixProcessing
&40;
const FCloudFileHeader & FileHeader
&41;
Remarks
Override this method to look at the file information for any game specific hotfix processing NOTE: Make sure to call Super to get default handling of files true if the file needs some kind of processing, false to have hotfixing ignore the file
Parameters
| Name | Description |
|---|---|
| FileHeader | the information about the file to determine if it needs custom processing |