Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
Include |
#include "Kismet/KismetSystemLibrary.h" |
Source |
/Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp |
static void
DrawDebugFloatHistoryTransform
(
const UObject
* WorldContextObject,
const FDebugFloatHistory
& FloatHistory,
const FTransform
& DrawTransform,
FVector2D
DrawSize,
FLinearColor
DrawColor,
float Duration
)
Draws a 2D Histogram of size 'DrawSize' based FDebugFloatHistory struct, using DrawTransform for the position in the world.