Navigation
API > API/Runtime > API/Runtime/Engine
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
| Include | #include "CanvasTypes.h" |
Syntax
USTRUCT ()
struct FWrappedStringElement
Remarks
Used by UUIString::WrapString to track information about each line that is generated as the result of wrapping.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | LineExtent | The size (in pixels) that it will take to render this string | |
| FString | Value | The string associated with this line |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWrappedStringElement
(
FString&& InValue, |
|||
FWrappedStringElement
(
const FString& InValue, |