Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FTextOverflowArgs
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Rendering/DrawElementTextOverflowArgs.h |
|
|
|
Rendering/DrawElementTextOverflowArgs.h |
|
|
|
Rendering/DrawElementTextOverflowArgs.h |
|
FTextOverflowArgs()
| |
|
| Name |
FTextOverflowArgs |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTextOverflowArgs.h |
| Include Path |
#include "Rendering/DrawElementTextOverflowArgs.h" |
FTextOverflowArgs()
FTextOverflowArgs(FShapedGlyphSequencePtr &, ETextOverflowDirection)
| |
|
| Name |
FTextOverflowArgs |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTextOverflowArgs.h |
| Include Path |
#include "Rendering/DrawElementTextOverflowArgs.h" |
FTextOverflowArgs
(
FShapedGlyphSequencePtr & InOverflowText,
ETextOverflowDirection InOverflowDirection
)
FTextOverflowArgs(FShapedGlyphSequencePtr &, ETextOverflowDirection, ETextOverflowPolicy)
| |
|
| Name |
FTextOverflowArgs |
| Type |
function |
| Header File |
/Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTextOverflowArgs.h |
| Include Path |
#include "Rendering/DrawElementTextOverflowArgs.h" |
FTextOverflowArgs
(
FShapedGlyphSequencePtr & InOverflowText,
ETextOverflowDirection InOverflowDirection,
ETextOverflowPolicy InOverflowPolicy
)