![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CanvasTypes.h>
Public Member Functions | |
| FWrappedStringElement () | |
| FWrappedStringElement (FString &&InValue, float Width, float Height) | |
| FWrappedStringElement (const FString &InValue, float Width, float Height) | |
Public Attributes | |
| FString | Value |
| FVector2D | LineExtent |
Used by UUIString::WrapString to track information about each line that is generated as the result of wrapping.
|
inline |
|
inline |
|
inline |
| FVector2D FWrappedStringElement::LineExtent |
the size (in pixels) that it will take to render this string
| FString FWrappedStringElement::Value |
the string associated with this line