IRun

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Slate

Header

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

Include

#include "Framework/Text/IRun.h"

Syntax

class IRun

Destructors

Name Description

Public function Virtual

~IRun()

Functions

Name Description

Public function Const

void

 

AppendTextTo

(
    FString& Text
)

Public function Const

void

 

AppendTextTo

(
    FString& Text,
    const FTextRange& Range
)

Public function

void

 

BeginLayout()

Public function Const

TSharedRef< ...

 

Clone()

Public function

TSharedRef< ...

 

CreateBlock

(
    int32 StartIndex,
    int32 EndIndex,
    FVector2D Size,
    const FLayoutBlockTextContext& Tex...,
    const TSharedPtr< class IRunRendere...
)

Public function

void

 

EndLayout()

Public function Const

int16

 

GetBaseLine

(
    float Scale
)

Public function Const

int8

 

GetKerning

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

Public function Const

FVector2D

 

GetLocationAt

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

Public function Const

int16

 

GetMaxHeight

(
    float Scale
)

Public function Const

ERunAttribut...

 

GetRunAttributes()

Public function Const

const FRunIn...

 

GetRunInfo()

Public function Const

int32

 

GetTextIndexAt

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

Public function Const

FTextRange

 

GetTextRange()

Public function Const

FVector2D

 

Measure

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

Public function

void

 

Move

(
    const TSharedRef< FString >& NewTe...,
    const FTextRange& NewRange
)

Public function

void

 

SetTextRange

(
    const FTextRange& Value
)

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