16-06-2022, 10:39 AM
I need to access a particle group set in the blueprint in runtime, attach it to a transform created at the position of the groupĀ and move the transform to my desired position. How can I do it?
Help I need to access the transform of a specific particle group
|
16-06-2022, 10:39 AM
I need to access a particle group set in the blueprint in runtime, attach it to a transform created at the position of the groupĀ and move the transform to my desired position. How can I do it?
16-06-2022, 11:12 AM
(16-06-2022, 10:39 AM)KaanOzcelik Wrote: I need to access a particle group set in the blueprint in runtime, attach it to a transform created at the position of the groupĀ and move the transform to my desired position. How can I do it? Sure, it's pretty simple: Code: // get the group:
16-06-2022, 11:50 AM
(16-06-2022, 11:12 AM)josemendez Wrote: Sure, it's pretty simple: Thank you so much! |
« Next Oldest | Next Newest »
|