ncsoft / Unreal.js

Unreal.js: Javascript runtime built for UnrealEngine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to override BP Function for current Actor

Sivx opened this issue · comments

commented

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?