AddOnScreenDebugMessage

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

AddOnScreenDebugMessage

(
    uint64 Key,
    float TimeToDisplay,
    FColor DisplayColor,
    const FString& DebugMessage,
    bool bNewerOnTop,
    const FVector2D& TextScale
)

Add a FString to the On-screen debug message system.

Public function

void

 

AddOnScreenDebugMessage

(
    int32 Key,
    float TimeToDisplay,
    FColor DisplayColor,
    const FString& DebugMessage,
    bool bNewerOnTop,
    const FVector2D& TextScale
)

Add a FString to the On-screen debug message system.

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