Hello everyone.
I'm working on a project, that uses WWise editor. Designers asked me to make copying of custom properties from parent to child implicit as part of Create New Object process. So they do not copy it manually.
For example coloring of objects in Project Explorer is inherited by child (at least visually, since practically it's not copied in code).
We'd want to add same functionality. Can I hook up to WWise notifications any script, that with use of WAApi will copy params I want to?
Or it's only possible via modification of existing code base or some type of plugin?
I saw possibility of adding Custom Command, but it defeats whole purpose of getting "less clicks".
Thanks in advance.