Pc调试ps4版本时屏蔽插件问题

PC里面调试PS4版本时需要屏蔽插件HTTPChunkInstaller, 但是调试时发现
引擎函数:
FindPluginsInDirectory(PluginsDirectory, FileNames);
获取到的路径是
“…/…/…/engine/plugins/online/httpchunkinstaller/httpchunkinstaller.uplugin”
实际引擎的路径是在
“…/…/…/engine/plugins/runtime/httpchunkinstaller/httpchunkinstaller.uplugin”
这个是怎么产生的?
而且路径runtime/httpchunkinstaller/httpchunkinstaller.uplugin里的信息的
“BlacklistPlatforms” :
[
“HTML5”
]
断点查看并没有读取出来

请问这个要怎么设置才能在PC里调试PS4版本里面读取到正确的文件信息呢?