I have an actor blueprint which contains the following components (listed hierarchically):
Static Mesh
-------Sphere
--------------Particle
The particle effect is turned off/on (in blueprint’s event graph) when the player respectively is/isn`t holding the mesh.
I set the item/static mesh to simulate physics when dropped (it’s rotation is arbitrary), so I want it to be oriented in world coords.
I tried adding an orientation module to the emitter in attempt to lock it, but it seems the rotation of the particle’s parent (the Sphere) takes priority. Is there some place (in a component’s details or something) where you can set what attributes are inherited from the parent? In case I only want to inherit the location of the sphere.
Thanks in advance for any info about !