Construction script communicate with child actor componant

Yes of course! I wrote a small static library function, which takes an actor and calls “RerunConstructionScripts” on it. When I need to run the construction script of a child actor after I have passed/set its arguments, I simply create it as above, change its public variables and then run that static library function on it. I can post a complete answer later, if you wish