AHUD::RemoveDebugText

Remove debug strings for the given actor

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/GameFramework/HUD.h

Include

#include "GameFramework/HUD.h"

Syntax

void RemoveDebugText
(
    AActor * SrcActor,
    bool bLeaveDurationText
)

Remarks

Remove debug strings for the given actor

Parameters

Parameter

Description

SrcActor

Actor whose string you wish to remove

bLeaveDurationText

when true text that has a finite duration will be removed, otherwise all will be removed for given actor

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