Skip to content
This repository was archived by the owner on Feb 11, 2023. It is now read-only.
This repository was archived by the owner on Feb 11, 2023. It is now read-only.

Replacing native functions with bytecode functions #12

@liquidev

Description

@liquidev

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++.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions