DrawDebugHelpers.h has a line:
#define ENABLE_DRAW_DEBUG !(UE_BUILD_SHIPPING || UE_BUILD_TEST)
And I can't edit it unless I download the source and recompile it myself.
I need these debugging features for my plugin, I've posted about it here:
https://forums.unrealengine.com/deve...shipping-build
#define ENABLE_DRAW_DEBUG !(UE_BUILD_SHIPPING || UE_BUILD_TEST)
And I can't edit it unless I download the source and recompile it myself.
I need these debugging features for my plugin, I've posted about it here:
https://forums.unrealengine.com/deve...shipping-build
Comment