Accessing Parameters of Child Actor Components from Sequencer in Unreal Engine
Here’s the solution to a rather tricky puzzle I’ve spent researching all day. Imagine you had a Blueprint that’s made up of Child Actor Components (potentially other blueprints with their own logic). How do we access parameters on those children, and how do we do this via Sequencer or other blueprint logic? Quite the task …