FCanvasShapedTextItem::DrawStringInternal

Internal string draw In a method to make it simpler to do effects like shadow, outline

Windows
MacOS
Linux

Override Hierarchy

FCanvasTextItemBase::DrawStringInternal()

FCanvasShapedTextItem::DrawStringInternal()

References

Module

Engine

Header

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

Include

#include "CanvasItem.h"

Source

/Engine/Source/Runtime/Engine/Private/UserInterface/CanvasItem.cpp

Syntax

virtual void DrawStringInternal
(
    FCanvas * InCanvas,
    const FVector2D & DrawPos,
    const FLinearColor & DrawColor
)

Remarks

Internal string draw

In a method to make it simpler to do effects like shadow, outline

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