Navigation
Unreal Engine C++ API Reference > Runtime > Engine > FCanvasTextItem > FCanvasTextItem
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Public/CanvasItem.h |
Include | #include "CanvasItem.h" |
Source | /Engine/Source/Runtime/Engine/Private/UserInterface/CanvasItem.cpp |
FCanvasTextItem
(
const FVector2D & InPosition,
const FText & InText,
const FSlateFontInfo & InFontInfo,
const FLinearColor & InColor
)
Remarks
Constructor
Parameters
Name | Description |
---|---|
InPosition | Draw position. |
InText | String to draw. |
InFontInfo | Font info to draw with. |
InColor | Color to draw the text with. |