FCanvasTriangleItem::SetPoints

Set all 3 points of triangle

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CanvasItem.h

Include

#include "CanvasItem.h"

Syntax

void SetPoints
(
    const FVector2D & InPointA,
    const FVector2D & InPointB,
    const FVector2D & InPointC
)

Remarks

Set all 3 points of triangle

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