Hello,
for an assignment I want to create custom collision detection, and to create my own AABB implementation I've been trying to look into the DrawDebugHelpers.h to visualize the box.
However, the class seems outdated as it does not look like the bool bPersistentLines does anything. The Lifetime attribute of -1 doesn't do anything, either.
The drawn lines disappear after about a second.
This is the code I used. Both lines do not work for more than a second. Setting a breakpoint in FlushPersistentDebugLines did not seem to work either. Is there any alternative or a confirmation that this is outdated?
for an assignment I want to create custom collision detection, and to create my own AABB implementation I've been trying to look into the DrawDebugHelpers.h to visualize the box.
However, the class seems outdated as it does not look like the bool bPersistentLines does anything. The Lifetime attribute of -1 doesn't do anything, either.
The drawn lines disappear after about a second.
This is the code I used. Both lines do not work for more than a second. Setting a breakpoint in FlushPersistentDebugLines did not seem to work either. Is there any alternative or a confirmation that this is outdated?

Comment