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