Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Rendering
Inheritance Hierarchy
- FSlateDrawElement
- FSlateTintableElement
- FSlateTextElement
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Rendering/DrawElementTypes.h |
| Include | #include "Rendering/DrawElementTypes.h" |
Syntax
struct FSlateTextElement :
public FSlateDrawElement,
public FSlateTintableElement
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSlateFontInfo | FontInfo | The font to use when rendering. | |
| FString | ImmutableText | Basic text data. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
||
| const FSlateFontInfo & | GetFontInfo () |
||
| const TCHAR * | GetText () |
||
| int32 | |||
| void | SetText
(
const FString& InText, |
||
| void | SetText
(
const FString& InText, |