FSlateDrawElement::MakeDrawSpaceSpline

Just like MakeSpline but in draw-space coordinates.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElements.h

Include

#include "Rendering/DrawElements.h"

Source

/Engine/Source/Runtime/SlateCore/Private/Rendering/DrawElements.cpp

Syntax

static void MakeDrawSpaceSpline
(
    FSlateWindowElementList & ElementList,
    uint32 InLayer,
    const FVector2D & InStart,
    const FVector2D & InStartDir,
    const FVector2D & InEnd,
    const FVector2D & InEndDir,
    float InThickness,
    ESlateDrawEffect InDrawEffects,
    const FLinearColor & InTint
)

Remarks

Just like MakeSpline but in draw-space coordinates. This is useful for connecting already-transformed widgets together.

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