Unreal.js icon indicating copy to clipboard operation
Unreal.js copied to clipboard

How to override BP Function for current Actor

Open Sivx opened this issue 2 years ago • 1 comments

Hello, I see how to override a BP function if I compile the object. But I am trying to override functions for the current actor that is being extended with the Javascript component. Does anyone know how to do this?

Sivx avatar Dec 10 '21 18:12 Sivx

see https://github.com/ncsoft/Unreal.js/wiki/Override-Blueprint-Function

getnamo avatar Dec 10 '21 19:12 getnamo