What this mean?

Hi Guys,

I am quite new to blueprints and was wonder what it means below? Just trying to bring the template VR over to MagicLeap if you guys know the exact process it would be awesome. For now I am having the problem below.

[2019.04.02-09.29.35:221][ 59]PIE: Warning: AttachTo: ‘/Engine/Transient.World_5:PersistentLevel.MotionControllerPawn_C_0.MagicLeap’ is not static (in blueprint “MotionControllerPawn”), cannot attach ‘/Engine/Transient.World_5:PersistentLevel.PlayerStart_GEN_VARIABLE_PlayerStart_CAT_49.CollisionCapsule’ which is static to it. Aborting.

According to that log, a static collision capsule is being attach to a movable pawn. Mark the collision capsule as Movable and that should both go away and function correctly. I’ll get QA to look at whether that is a bug in the template or not

1 Like