Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FCanvasWordWrapper |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
| Include Path | #include "CanvasTypes.h" |
Syntax
class FCanvasWordWrapper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCanvasWordWrapper() |
CanvasTypes.h |
Structs
| Name | Remarks |
|---|---|
| FWrappingState |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FWrappedLineData | TArray< TPair< int32, int32 > > | Array of indices where the wrapped lines begin and end in the source string | CanvasTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| GraphemeBreakIterator | TSharedPtr< IBreakIterator > | CanvasTypes.h | ||
| LineBreakIterator | TSharedPtr< IBreakIterator > | CanvasTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Execute
(
FStringView InString, |
Used to generate multi-line/wrapped text. | CanvasTypes.h |