MakeText

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

void

 

MakeText

(
    FSlateWindowElementList& ElementLi...,
    uint32 InLayer,
    const FPaintGeometry& PaintGeometr...,
    const FString& InText,
    const FSlateFontInfo& InFontInfo,
    ESlateDrawEffect InDrawEffects,
    const FLinearColor& InTint
)

Public function Static

void

 

MakeText

(
    FSlateWindowElementList& ElementLi...,
    uint32 InLayer,
    const FPaintGeometry& PaintGeometr...,
    const FText& InText,
    const FSlateFontInfo& InFontInfo,
    ESlateDrawEffect InDrawEffects,
    const FLinearColor& InTint
)

Public function Static

void

 

MakeText

(
    FSlateWindowElementList& ElementLi...,
    uint32 InLayer,
    const FPaintGeometry& PaintGeometr...,
    const FString& InText,
    const int32 StartIndex,
    const int32 EndIndex,
    const FSlateFontInfo& InFontInfo,
    ESlateDrawEffect InDrawEffects,
    const FLinearColor& InTint
)

Creates a text element which displays a string of a rendered in a certain font on the screen

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