FWrappedStringElement

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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss