Navigation
API > API/Runtime > API/Runtime/Slate
| Name | IRun |
| Type | class |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/IRun.h |
| Include Path | #include "Framework/Text/IRun.h" |
Syntax
class IRun
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IRun() |
Framework/Text/IRun.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AppendTextTo
(
FString& Text |
Framework/Text/IRun.h | ||
void AppendTextTo
(
FString& Text, |
Framework/Text/IRun.h | ||
void BeginLayout() |
Framework/Text/IRun.h | ||
TSharedRef< IRun > Clone() |
Framework/Text/IRun.h | ||
TSharedRef< class ILayoutBlock > CreateBlock
(
int32 StartIndex, |
Framework/Text/IRun.h | ||
void EndLayout() |
Framework/Text/IRun.h | ||
int16 GetBaseLine
(
float Scale |
Framework/Text/IRun.h | ||
int8 GetKerning
(
int32 CurrentIndex, |
Framework/Text/IRun.h | ||
FVector2D GetLocationAt
(
const TSharedRef< ILayoutBlock >& Block, |
Framework/Text/IRun.h | ||
int16 GetMaxHeight
(
float Scale |
Framework/Text/IRun.h | ||
virtual FVector2D GetOutlineSize
(
int32 StartIndex, |
Framework/Text/IRun.h | ||
ERunAttributes GetRunAttributes() |
Framework/Text/IRun.h | ||
const FRunInfo & GetRunInfo() |
Framework/Text/IRun.h | ||
virtual FVector2D GetShadowSize
(
int32 StartIndex, |
Framework/Text/IRun.h | ||
int32 GetTextIndexAt
(
const TSharedRef< ILayoutBlock >& Block, |
Framework/Text/IRun.h | ||
FTextRange GetTextRange() |
Framework/Text/IRun.h | ||
FVector2D Measure
(
int32 StartIndex, |
Framework/Text/IRun.h | ||
void Move
(
const TSharedRef< FString >& NewText, |
Framework/Text/IRun.h | ||
void SetTextRange
(
const FTextRange& Value |
Framework/Text/IRun.h |