Output log with false information

I am also getting this error. I will let you know if I fix it.

UPDATE: I fixed it by a solution that is provided in another script’s forum (Substance Adobe Support Community).

Step 1. You need to compile engine from source.
Step 2. Go “%EngineSource%/Engine/Plugins/Runtime/CableComponent”
Step 3. Open “CableComponent.uplugin”
Step 4. Add “LoadingPhase”: “PreDefault” to first element of modules object. It will look like that:

"Modules" :
	[
		{
			"Name" : "CableComponent",
			"LoadingPhase": "PreDefault",
			"Type" : "Runtime"			
		}
	]