Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AHUD
Description
Entry point for basic debug rendering on the HUD. Activated and controlled via the "showdebug" console command. Can be overridden to display custom debug per-game.
| Name | ShowDebugInfo |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/GameFramework/HUD.h |
| Include Path | #include "GameFramework/HUD.h" |
| Source | /Engine/Source/Runtime/Engine/Private/HUD.cpp |
virtual void ShowDebugInfo
(
float & YL,
float & YPos
)