void AttachPinToManager(AActor _pin) { _pin.AttachToActor(MyOwner, new FName("None"), EAttachmentRule.KeepWorld, EAttachmentRule.KeepWorld, EAttachmentRule.KeepWorld, true); }