UPDATE: is , below v
So with preview 7, I can override a base function in BP, which is excellent btw, however when I implement my override in derived BP, I can’t call parent implementation… is intentional or work in progress? It is actually terribly limiting, as I want my parent BP to have common boilerplate funtionality and then I want by derived BP to call parent to perform functionality and then add some more specialized functionality on top. Is calling parent function in a derived overriden child function possible at ?
.
EDIT: Also noticed that functions in a parent BP are not overridable in a derived BP unless they have return parameters… is that also intentional?
EDIT2: ^ above is intentional
EDIT3: OMG, you just right click function node and select “Add call to parent”… mind blown