Navigation
API > API/Runtime > API/Runtime/Engine
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DrawCentripetalCatmullRomSpline
(
const UWorld* InWorld, |
Draw a centripetal catmull rom spline. Alpha values between 0 and 1 | DrawDebugHelpers.h | |
void DrawCentripetalCatmullRomSpline
(
const UWorld* InWorld, |
DrawDebugHelpers.h |
DrawCentripetalCatmullRomSpline(const UWorld *, TConstArrayView< FVector >, FColor const &, float, int32, bool, float, uint8, float)
Description
Draw a centripetal catmull rom spline. Alpha values between 0 and 1
| Name | DrawCentripetalCatmullRomSpline |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h |
| Include Path | #include "DrawDebugHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp |
void DrawCentripetalCatmullRomSpline
(
const UWorld * InWorld,
TConstArrayView< FVector > Points,
FColor const & Color,
float Alpha,
int32 NumSamplesPerSegment,
bool bPersistentLines,
float LifeTime,
uint8 DepthPriority,
float Thickness
)
DrawCentripetalCatmullRomSpline(const UWorld *, TConstArrayView< FVector >, TConstArrayView< FColor >, float, int32, bool, float, uint8, float)
| Name | DrawCentripetalCatmullRomSpline |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/DrawDebugHelpers.h |
| Include Path | #include "DrawDebugHelpers.h" |
| Source | /Engine/Source/Runtime/Engine/Private/DrawDebugHelpers.cpp |
void DrawCentripetalCatmullRomSpline
(
const UWorld * InWorld,
TConstArrayView< FVector > Points,
TConstArrayView< FColor > Colors,
float Alpha,
int32 NumSamplesPerSegment,
bool bPersistentLines,
float LifeTime,
uint8 DepthPriority,
float Thickness
)