FWrappedStringElement

Used by UUIString::WrapString to track information about each line that is generated as the result of wrapping.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

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

Include

#include "CanvasTypes.h"

Syntax

struct FWrappedStringElement

Remarks

Used by UUIString::WrapString to track information about each line that is generated as the result of wrapping.

Variables

Name Description

Public variable

FVector2D

 

LineExtent

The size (in pixels) that it will take to render this string

Public variable

FString

 

Value

The string associated with this line

Constructors

Name Description

Public function

FWrappedStringElement()

Public function

FWrappedStringElement

(
    const TCHAR* InValue,
    float Width,
    float Height
)

Constructor