I have a Character actor set up with a decal component. I have an event, which when fired, will move the decal component to a place in world space. The problem is that when the owning actor moves or rotates, the component moves with the actor. Is there a way to make a component not inherit the owning actors transform, while still being a component of that actor?