FPlainTextLayoutMarshaller

Get/set the raw text to/from a text layout as plain text

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Protected variable

TAttribute< boo...

 

bIsPassword

This this marshaller displaying a password?

Constructors

Name Description

Protected function

FPlainTextLayoutMarshaller()

Destructors

Functions

Name Description

Public function Static

TSharedRef< ...

 

Create()

Public function

void

 

SetIsPassword

(
    const TAttribute< bool >& InIsPass...
)

Overridden from ITextLayoutMarshaller

Name Description

Public function Virtual

void

 

GetText

(
    FString& TargetString,
    const FTextLayout& SourceTextLayou...
)

Populate the string from the text layout

Public function Virtual

void

 

SetText

(
    const FString& SourceString,
    FTextLayout& TargetTextLayout
)

ITextLayoutMarshaller.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss