I am trying to attach an object on a skeletal mesh using the step described in the documentation.
I wanted to push it a bit further and instead of attaching a simple static mesh, i want to add an actor(blueprint with his own script) to a socket.
How would i do that ? Someone could write an exemple blueprint ?
I am totally lost on how to make it work, i cannot get my blueprint object to work with the attach actor to component node. Adding the variable as object or actor would not work,couldn’t find any cast either,
Unless i do not understand childactorcomponent, i do not believe it is what i am looking for.
The Attach Actor To Component node SHOULD work.
My problem is most likely the way i am using/understanding variables.
Attach Actor To component require an "object"Actor and the object with the blueprint is a "object"Blueprint.
I cannot get it to work in the input node of Attach Actor to Component.
Im trying to do the same thing. A StaticMesh attaches fine to my character but a SkelMesh doesn’t work.
How did you spawn an instance of them exactly Reboot - would you mind elaborating on that?