FCanvasWordWrapper

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/CanvasTypes.h

Include

#include "CanvasTypes.h"

Syntax

class FCanvasWordWrapper

Constructors

Name Description

Public function

FCanvasWordWrapper()

Functions

Name Description

Public function

void

 

Execute

(
    const TCHAR*const InString,
    const FTextSizingParameters& InPar...,
    TArray< FWrappedStringElement >& O...,
    FWrappedLineData*const OutWrap...
)

Used to generate multi-line/wrapped text.

Typedefs

Name

Description

FWrappedLineData

Array of indices where the wrapped lines begin and end in the source string