Still a problem with acessing a child actor component's variables

Figured it out on my end:

Get Child Actor from Actor Component

Cast Child Actor to Actor Class

Wrap a function around what you do with the updated value.
Create an event for setting that value, then call the function.

Call new event from Casted Actor and pass value.

Should work from there :slight_smile: Lemme know.