Hi, I am using the AddOnScreenDebugMessage to display debug options. Is there a way to customize the location of the message so that it’s not only in the top left corner?
Yes, but only if you compile the engine, it’s hardcoded in UnrealEngine.cpp
take a look at the UEngine::DrawOnscreenDebugMessages
function
const int32 MessageX = 40;