LoadExport

The LoadExport function is used to load a symbol that's been exported by the game.

important

This function doesn't handle undecorated symbol names.

Parameters

#TypeInformation
stringanyThe name of the symbol.

Example

-- If the game exports GUObjectArray, like it does when UE is built modularly, this retrieves its address.
local GUObjectArray = LoadExport("?GUObjectArray@@3VFUObjectArray@@A")