The following error is present when we launch the client using the PE loader

Related code seems to be found here: https://github.com/EpicGames/UnrealEngine/blob/cdaec5b33ea5d332e51eee4e4866495c90442122/Engine/Source/Runtime/RHI/Private/Windows/WindowsDynamicRHI.cpp#L473
As well as at the specific game address at the time of writing: 0000000144BA9970
Mod actually launches with DLL Injection mode, which isn't optimal.
The following error is present when we launch the client using the PE loader
Related code seems to be found here: https://github.com/EpicGames/UnrealEngine/blob/cdaec5b33ea5d332e51eee4e4866495c90442122/Engine/Source/Runtime/RHI/Private/Windows/WindowsDynamicRHI.cpp#L473
As well as at the specific game address at the time of writing:
0000000144BA9970Mod actually launches with DLL Injection mode, which isn't optimal.