Relative Content

Tag Archive for c++unreal-engine4unreal-engine5unreal

Geometry collection particle’s world location?

I’ve built a custom Geometry Collection that needs to get the absolute world location of each of the particles. But so far, I’ve only got the relative translation of the particle. So in the following code, before the geometry collection has broken apart from the original rest collection, all the particle translations are [0, 0, 0]: