Package Failed : failed building connection with

The part of log:


[2015.10.21-09.23.12:028][ 0]LogInit:Display: LogBlueprint:Error: [compiler id_501_Owl] Error COMPILER ERROR: failed building connection with ‘Hate Meteorite Fall Reference is not compatible with Type Htr Skill Reference.’ at SpawnActor Hate Meteorite Fall
[2015.10.21-09.23.12:028][ 0]LogInit:Display: LogBlueprint:Error: [compiler id_012_cow] Error COMPILER ERROR: failed building connection with ‘IWant Eat Reference is not compatible with Type Atk Skill Reference.’ at SpawnActor IWant Eat
[2015.10.21-09.23.12:029][ 0]LogInit:Display: LogBlueprint:Error: [compiler id_011_rabbit] Error COMPILER ERROR: failed building connection with ‘Skill Flashlight Reference is not compatible with Type Atk Skill Reference.’ at SpawnActor Skill Flashlight


I do not see any error in the blueprint and compile successful.

But package fail.

I use “Spawn Actor From Class” to spawn actor A and set it into variable which type is A’s parent class

The class inheritance is correct.

63524-sn2.png

Its a strange problem.

Is it main reason which the engine build fail?

Please help me.

Full log:
[link text][4]

Does anybody know this problem?
The same problem happened again.

This is happening because you’re trying to take a “Skill Flashlight” actor reference and apply it a “PCType Attack” actor reference.

That’s like trying to set an integer to a bool. You can’t mix types.

Hi Distul:

    I create 2 varible which type is "TypeAtkSkill" In the "PCTypeAttack" Class Blueprint,and I set "Skill Flashlight" reference to the variable use "Set Skill 1" function.

The “Skill Flashlight” 's baseBP is “TypeAtkSkill”, “id_011_rabbit” 's base BP is “PCTypeAttack”.

I do not set the actor to “PCType Attack” actor reference.

Thanks for your reply.