Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

DumpAllObjects

Dumps all objects from memory to the file UE4SS_ObjectDump.txt.

The function does the same as the Dump Objects & Properties button in the UE4SS Debugging Tools aka. the GUI Console.

Example

RegisterKeyBind(Key.F1, function()
    DumpAllObjects()
end)