Intro to Hooking Functions
In this tutorial, we will be hooking the function responsible for summoning a pal from your party.
Hooking functions
To hook a function in ue4ss, we use the RegisterHook
function as discussed in the previous tutorial.
The signature of the function looks like so:
RegisterHook(FunctionName, Callback)