AttachToActor not working

Hi OniricMaster.

That is intended behaviour as the box scene component, is, in fact, a component and not an actor.
I don’t see a problem using attach a component to an actor as this is essentially what you want to do.

You can always use the GetOwner() function, which will return the components actor reference and attach that instead.
272042-
][1]

Hi so i’m trying to attach a box to my character. I keep reading that attach AttachToActor is the way to go but i cant use it. When I try to drag a attachtoactor from my box scene component it just doesn’t show up. I’ve also tried attaching from the static mesh but it also doesn’t show up. I can only see attach to component.

Any ideas?

Thanks.