#unreal#gotchas

Possible attach to actor gotcha:

//This seems to sometimes not actually attach item into targetactor
//in situations where Item has physics enabled. You need to make sure the
//attachment rules specify weld simulated bodies as true - the static helper
//values the engine provides DOES NOT do this!
Item->AttachToActor(TargetActor, ...);