Navigation
API > API/Runtime > API/Runtime/SlateCore
| Name | FSlateShapedTextElement |
| Type | struct |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTypes.h |
| Include Path | #include "Rendering/DrawElementTypes.h" |
Syntax
struct FSlateShapedTextElement :
public FSlateDrawElement ,
public FSlateTintableElement
Inheritance Hierarchy
- FSlateDrawElement → FSlateShapedTextElement
- FSlateTintableElement → FSlateShapedTextElement
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OutlineTint | FLinearColor | Rendering/DrawElementTypes.h | ||
| OverflowArgs | FTextOverflowArgs | Rendering/DrawElementTypes.h | ||
| ShapedGlyphSequence | FShapedGlyphSequencePtr | Shaped text data. | Rendering/DrawElementTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddReferencedObjects
(
FReferenceCollector& Collector |
Rendering/DrawElementTypes.h | ||
FLinearColor GetOutlineTint() |
Rendering/DrawElementTypes.h | ||
const FShapedGlyphSequencePtr & GetShapedGlyphSequence() |
Rendering/DrawElementTypes.h | ||
void SetOverflowArgs
(
const FTextOverflowArgs& InArgs |
Rendering/DrawElementTypes.h | ||
void SetShapedText
(
FSlateWindowElementList& ElementList, |
Rendering/DrawElementTypes.h |