Hi
Trying to recreate a Blueprint but unclear what the circled node in the attached image is. Can any Blueprint experts help?
By default, all actors have a root scene component you can attach things to:
If you replace the root component with something else, that thing becomes the root:
By getting Root Component in your pic, you’re accessing whatever this actor has at the top of its hierarchy.
Awesome. Thanks!