UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::DebugDrawHelper Namespace Reference

Functions

ENGINE_API FVector3f GetScaleAdjustedScreenLocation (TNotNull< const UCanvas * > Canvas, FVector WorldLocation)
 
ENGINE_API FVector3f GetScaleAdjustedScreenLocation (TNotNull< const FSceneView * >, const FCanvas &Canvas, FVector WorldLocation)
 

Function Documentation

◆ GetScaleAdjustedScreenLocation() [1/2]

ENGINE_API FVector3f UE::DebugDrawHelper::GetScaleAdjustedScreenLocation ( TNotNull< const FSceneView * >  ,
const FCanvas Canvas,
FVector  WorldLocation 
)

Projects provided 3D world-space location into 2D screen coordinates considering DPI scale and aspect ratio requirement (black bars)

◆ GetScaleAdjustedScreenLocation() [2/2]

ENGINE_API FVector3f UE::DebugDrawHelper::GetScaleAdjustedScreenLocation ( TNotNull< const UCanvas * >  Canvas,
FVector  WorldLocation 
)

Projects provided 3D world-space location into 2D screen coordinates considering DPI scale and aspect ratio requirement (black bars)