Navigation
API > API/Runtime > API/Runtime/Slate
| Name | FSlatePasswordRun |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/SlatePasswordRun.h |
| Include Path | #include "Framework/Text/SlatePasswordRun.h" |
Syntax
class FSlatePasswordRun : public FSlateTextRun
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FSlateTextRun → FSlatePasswordRun
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlatePasswordRun
(
const FSlatePasswordRun& Run |
Framework/Text/SlatePasswordRun.h | ||
FSlatePasswordRun
(
const FRunInfo& InRunInfo, |
Framework/Text/SlatePasswordRun.h | ||
FSlatePasswordRun
(
const FRunInfo& InRunInfo, |
Framework/Text/SlatePasswordRun.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSlatePasswordRun() |
Framework/Text/SlatePasswordRun.h |
Functions
Public
Overridden from ISlateRun
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 OnPaint
(
const FPaintArgs& PaintArgs, |
Framework/Text/SlatePasswordRun.h |
Overridden from IRun
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< IRun > Clone() |
Framework/Text/SlatePasswordRun.h | ||
virtual int8 GetKerning
(
int32 CurrentIndex, |
Framework/Text/SlatePasswordRun.h | ||
virtual FVector2D GetLocationAt
(
const TSharedRef< ILayoutBlock >& Block, |
Framework/Text/SlatePasswordRun.h | ||
virtual int32 GetTextIndexAt
(
const TSharedRef< ILayoutBlock >& Block, |
Framework/Text/SlatePasswordRun.h | ||
virtual FVector2D Measure
(
int32 StartIndex, |
Framework/Text/SlatePasswordRun.h |
Protected
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FString BuildPasswordString
(
const int32 InLength |
Framework/Text/SlatePasswordRun.h | ||
static TSharedRef< FSlatePasswordRun > Create
(
const FRunInfo& InRunInfo, |
Framework/Text/SlatePasswordRun.h | ||
static TSharedRef< FSlatePasswordRun > Create
(
const FRunInfo& InRunInfo, |
Framework/Text/SlatePasswordRun.h | ||
static TCHAR GetPasswordChar() |
Framework/Text/SlatePasswordRun.h |