Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FWrappedStringElement
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
CanvasTypes.h |
|
|
|
CanvasTypes.h |
|
|
|
CanvasTypes.h |
|
FWrappedStringElement()
| |
|
| Name |
FWrappedStringElement |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
| Include Path |
#include "CanvasTypes.h" |
FWrappedStringElement()
FWrappedStringElement(FString &&, float, float)
| |
|
| Name |
FWrappedStringElement |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
| Include Path |
#include "CanvasTypes.h" |
FWrappedStringElement
(
FString && InValue,
float Width,
float Height
)
FWrappedStringElement(const FString &, float, float)
| |
|
| Name |
FWrappedStringElement |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Public/CanvasTypes.h |
| Include Path |
#include "CanvasTypes.h" |
FWrappedStringElement
(
const FString & InValue,
float Width,
float Height
)