AAbilitySystemDebugHUD::DrawWithBackground

Main HUD update loop

Windows
MacOS
Linux

References

Module

GameplayAbilities

Header

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/AbilitySystemDebugHUD.h

Include

#include "AbilitySystemDebugHUD.h"

Source

/Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Private/AbilitySystemDebugHUD.cpp

Syntax

void DrawWithBackground
(
    UFont * InFont,
    const FString & Text,
    const FColor & TextColor,
    EAlignHorizontal::Type HAlign,
    float & OffsetX,
    EAlignVertical::Type VAlign,
    float & OffsetY,
    float Alpha
)

Remarks

Main HUD update loop

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss