Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FCanvasWordWrapper
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
| Include | #include "CanvasTypes.h" |
| Source | /Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp |
void Execute
(
FStringView InString,
const FTextSizingParameters & InParameters,
TArray < FWrappedStringElement > & OutStrings,
FWrappedLineData *const OutWrappedLineData
)
Remarks
Used to generate multi-line/wrapped text.
Parameters
| Name | Description |
|---|---|
| InString | The unwrapped text. |
| InFontInfo | The font used to render the text. |
| InWrapWidth | The width available. |
| OutWrappedLineData | An optional array to fill with the indices from the source string marking the begin and end points of the wrapped lines |