You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 11, 2023. It is now read-only.
Thinking about it now, doing this should be entirely within the realm of possibility. It's a matter of swapping out the "executor function" within UFunction. I don't know where the field is in UE3, so it would require some mild reverse engineering to figure that out, but then it can be swapped out with UObject::ProcessEvent or something and it theoretically should run the function within the VM instead of C++.