Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text
Inheritance Hierarchy
- ITextLayoutMarshaller
- FBaseTextLayoutMarshaller
- FPlainTextLayoutMarshaller
- FSyntaxHighlighterTextLayoutMarshaller
- FRichTextSyntaxHighlighterTextLayoutMarshaller
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/PlainTextLayoutMarshaller.h |
| Include | #include "Framework/Text/PlainTextLayoutMarshaller.h" |
Syntax
class FPlainTextLayoutMarshaller : public FBaseTextLayoutMarshaller
Remarks
Get/set the raw text to/from a text layout as plain text
Variables
| Type | Name | Description | |
|---|---|---|---|
| TAttribute< bool > | bIsPassword | This this marshaller displaying a password? |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FPlainTextLayoutMarshaller > | Create () |
||
| void | SetIsPassword
(
const TAttribute< bool >& InIsPassword |
Overridden from ITextLayoutMarshaller
| Type | Name | Description | |
|---|---|---|---|
| void | GetText
(
FString& TargetString, |
Populate the string from the text layout | |
| void | SetText
(
const FString& SourceString, |
ITextLayoutMarshaller. |