Does anyone know how to edit exposed variables of a child actor within a blueprint, using details panel?
I wish to edit each instance of a child actor, changing exposed variables.
Usually an actor blueprint allows these details to be changed via their details panel but when I add them to another blueprint and they become a child actor details panel becomes quite bare, both in blueprint editor and within world.
I know there may be a way to edit variables using construction script, but as I need to do this a lot I would benefit greatly from a smoother solution, such as opening up details panel.
Same. It seems you canât even select child actor in World Outliner, as selection just jumps back to parent. Selecting Child Actor Component doesnât reveal any of specific actorâs properties.
Iâve been nosing around a bit and it seems this is a problem that has persisted in Engine at least since early this year. Thatâs first posts I could find of it, at least.
No real solutions though, other than âget child actorâ and casting to that same actor to be able to get to variables from within Event graph. But that doesnât give you a fully stocked Details panelâŚ
However, thereâs this post that seems to suggest that adding this feature to engine has now been proposed:
developers are hoping to implement a major Blueprint update in a future version of engine, and as mentioned in post linked above, it should resolve this issue. Until then, however, we wonât be adjusting way Child Blueprints are accessed in details panel. We do not have a time-frame yet for new BP functionality, but it will be a major update and should be revealed in engine release notes when it arrives.
If you are referring to issue linked above. I have provided a link to public tracker. Please feel free to use link provided for future updates. However, It appears that, that issue has been resolved for 4.14
Yes, I said that right before new version came out! However it still would be great if variables that are âEditable from Editorâ could be seen among parentsâvariables that are also editable.
Yeah whatâs up with this feature? I can see entire details panel if I click on child actor inside Blueprint editor, but when I go to Parent Blueprint in level and click on child actor there, it doesnât exist.
My only solution looks like I have to re-create each variable in parent blueprint, and then cast them to child variable so that when parent variable changes, it also changes child variable.
Seems like a lot of duplicate work for something that could easily just be added to parentâs details panelâŚ
Just had this same question again today (last time was 7+ years ago, wow!) and it looks like they donât have this high up on their priority list, considering last reply in thread I linked above also:
Probably this means that in their own / big clientsâ projects, they donât use Child Actors in same way we are trying to. So maybe weâre using them âwrongâ. Iâll see if I can think of alternative approaches for my use case at least.
Was just wondering why this couldnt be done and stumbled upon this thread. I really hope this feature gets implemented eventually, it seems fairly straight forward, and it would make modular systems so much better