UKismetSystemLibrary::DrawDebugFloatHistoryTransform

Draws a 2D Histogram of size 'DrawSize' based [FDebugFloatHistory](API\Runtime\Engine\Engine\FDebugFloatHistory) struct, using DrawTransform for the position in the world.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h

Include

#include "Kismet/KismetSystemLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp

Syntax

static void DrawDebugFloatHistoryTransform
(
    UObject * WorldContextObject,
    const FDebugFloatHistory & FloatHistory,
    const FTransform & DrawTransform,
    FVector2D DrawSize,
    FLinearColor DrawColor,
    float Duration
)

Remarks

Draws a 2D Histogram of size 'DrawSize' based FDebugFloatHistory struct, using DrawTransform for the position in the world.

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