Child Actor Component not implementing interface in Unreal Blue Print Editor?

For anyone viewing this in the future, the node for getting the child actor is “Get Child Actor” which can be accessed by dragging off of the relevant child actor component.

image

The child actor component that shows up in the parent bp is just a slot that could be named anything, the reference to the child actor itself is got with the Get Child Actor node

4 Likes