Parent to child

Hi. I tried to find but useless. In the picture you can see what i want to get.


If I trying directly to set point light intensity or other it is work. But when I tried to change variables from child actor, it didn’t work. What am I missing? I tried to find the answer but failed.

1 Like

Apparently by design. This sort of thing works in the event graph, but not in construction

1 Like

I see… Can you tell me how can i do it in another solution? I found one metod already, but I want to know how to correctly doing. What i done is I made a function in the child class and call it from the parent.

1 Like

If you want to do it in construction, you will have to use a method you’ve devised yourself. Doing it on begin play might be a better idea :slight_smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.