Hello.
I am trying to spawn a decal onto a actor at a random location within the actors blueprint itself.
If this even possible?? Any help would be appreciated.
Thanks.
Hello.
I am trying to spawn a decal onto a actor at a random location within the actors blueprint itself.
If this even possible?? Any help would be appreciated.
Thanks.
Create an event in the Actor. Have it spawn the decal and apply it.
From any other actor you get a reference and call the event.
Thanks for the response.
Do you know how I can spawn the decal at a random location on the actor?