FSlatePasswordRun

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Text/SlatePasswordRun.h

Include

#include "Framework/Text/SlatePasswordRun.h"

Syntax

class FSlatePasswordRun : public FSlateTextRun

Constructors

Name Description

Protected function

FSlatePasswordRun

(
    const FSlatePasswordRun& Run
)

Protected function

FSlatePasswordRun

(
    const FRunInfo& InRunInfo,
    const TSharedRef< const FString >&...,
    const FTextBlockStyle& InStyle
)

Protected function

FSlatePasswordRun

(
    const FRunInfo& InRunInfo,
    const TSharedRef< const FString >&...,
    const FTextBlockStyle& InStyle,
    const FTextRange& InRange
)

Destructors

Name Description

Public function Virtual

~FSlatePasswordRun()

Functions

Name Description

Protected function Static

FString

 

BuildPasswordString

(
    const int32 InLength
)

Public function Static

TSharedRef< ...

 

Create

(
    const FRunInfo& InRunInfo,
    const TSharedRef< const FString >&...,
    const FTextBlockStyle& Style
)

Public function Static

TSharedRef< ...

 

Create

(
    const FRunInfo& InRunInfo,
    const TSharedRef< const FString >&...,
    const FTextBlockStyle& Style,
    const FTextRange& InRange
)

Protected function Static

TCHAR

 

GetPasswordChar()

Overridden from ISlateRun

Name Description

Public function Virtual Const

int32

 

OnPaint

(
    const FPaintArgs& Args,
    const FTextLayout::FLineView& Line,
    const TSharedRef< ILayoutBlock >& ...,
    const FTextBlockStyle& DefaultStyl...,
    const FGeometry& AllottedGeometry,
    const FSlateRect& MyCullingRect,
    FSlateWindowElementList& OutDrawEl...,
    int32 LayerId,
    const FWidgetStyle& InWidgetStyle,
    bool bParentEnabled
)

Overridden from IRun

Name Description

Public function Virtual Const

TSharedRef< ...

 

Clone()

Public function Virtual Const

int8

 

GetKerning

(
    int32 CurrentIndex,
    float Scale,
    const FRunTextContext& TextContext
)

Public function Virtual Const

FVector2D

 

GetLocationAt

(
    const TSharedRef< ILayoutBlock >& ...,
    int32 Offset,
    float Scale
)

Public function Virtual Const

int32

 

GetTextIndexAt

(
    const TSharedRef< ILayoutBlock >& ...,
    const FVector2D& Location,
    float Scale,
    ETextHitPoint*const OutHitPoin...
)

Public function Virtual Const

FVector2D

 

Measure

(
    int32 StartIndex,
    int32 EndIndex,
    float Scale,
    const FRunTextContext& TextContext
)

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