| AddLine(const FNewLineData &NewLine) | FTextLayout | |
| AddLineHighlight(const FTextLineHighlight &Highlight) | FTextLayout | |
| AddLines(const TArray< FNewLineData > &NewLines) | FTextLayout | |
| AddRunRenderer(const FTextRunRenderer &Renderer) | FTextLayout | |
| ApplyLineHeightToBottomLine | FTextLayout | protected |
| AsShared() | TSharedFromThis< FTextLayout > | inline |
| AsShared() const | TSharedFromThis< FTextLayout > | inline |
| AsSharedSubobject(SubobjectType *SubobjectPtr) const | TSharedFromThis< FTextLayout > | inline |
| AsWeak() | TSharedFromThis< FTextLayout > | inline |
| AsWeak() const | TSharedFromThis< FTextLayout > | inline |
| AsWeakSubobject(SubobjectType *SubobjectPtr) const | TSharedFromThis< FTextLayout > | inline |
| BeginLayout() | FTextLayout | protectedvirtual |
| BeginLineLayout(FLineModel &LineModel) | FTextLayout | protected |
| CachedLayoutGeneration | FTextLayout | protected |
| CalculateLineTextDirection(FLineModel &LineModel) const | FTextLayout | protected |
| CalculateLineViewVisualJustification(const FLineView &LineView) const | FTextLayout | protected |
| CalculateTextDirection() | FTextLayout | protected |
| ClearLineHighlights() | FTextLayout | |
| ClearLines() | FTextLayout | |
| ClearRunRenderers() | FTextLayout | |
| ClearView() | FTextLayout | protected |
| CreateDefaultTextRun(const TSharedRef< FString > &NewText, const FTextRange &NewRange) const =0 | FTextLayout | protectedpure virtual |
| CreateLineWrappingCache(FLineModel &LineModel) | FTextLayout | protected |
| CreateWrappingCache() | FTextLayout | protected |
| DebugSourceInfo | FTextLayout | protected |
| DirtyAllLineModels(const ELineModelDirtyState::Flags InDirtyFlags) | FTextLayout | protected |
| DirtyFlags | FTextLayout | protected |
| DirtyLayout() | FTextLayout | |
| DirtyRunLayout(const TSharedRef< const IRun > &Run) | FTextLayout | |
| DoesSharedInstanceExist() const | TSharedFromThis< FTextLayout > | inline |
| EndLayout() | FTextLayout | protectedvirtual |
| EndLineLayout(FLineModel &LineModel) | FTextLayout | protected |
| FlushLineTextShapingCache(FLineModel &LineModel) | FTextLayout | protected |
| FlushTextShapingCache() | FTextLayout | protected |
| FTextLayout() | FTextLayout | protected |
| GetApplyLineHeightToBottomLine() const | FTextLayout | inline |
| GetAsText(FString &DisplayText, FTextOffsetLocations *const OutTextOffsetLocations=nullptr) const | FTextLayout | |
| GetAsText(FText &DisplayText, FTextOffsetLocations *const OutTextOffsetLocations=nullptr) const | FTextLayout | |
| GetDrawSize() const | FTextLayout | |
| GetGraphemeAt(const FTextLocation &Location) const | FTextLayout | |
| GetJustification() const | FTextLayout | inline |
| GetLineCount() const | FTextLayout | |
| GetLineHeightPercentage() const | FTextLayout | inline |
| GetLineModels() const | FTextLayout | inline |
| GetLineViewIndexForTextLocation(const TArray< FTextLayout::FLineView > &LineViews, const FTextLocation &Location, const bool bPerformInclusiveBoundsCheck) const | FTextLayout | |
| GetLineViews() const | FTextLayout | inline |
| GetLocationAt(const FTextLocation &Location, const bool bPerformInclusiveBoundsCheck) const | FTextLayout | |
| GetMargin() const | FTextLayout | inline |
| GetScale() const | FTextLayout | inline |
| GetSelectionAsText(FString &DisplayText, const FTextSelection &Selection) const | FTextLayout | |
| GetSize() const | FTextLayout | |
| GetTextFlowDirection() const | FTextLayout | inline |
| GetTextLocationAt(const FVector2D &Relative, ETextHitPoint *const OutHitPoint=nullptr) const | FTextLayout | |
| GetTextLocationAt(const FLineView &LineView, const FVector2D &Relative, ETextHitPoint *const OutHitPoint=nullptr) const | FTextLayout | |
| GetTextOffsetLocations(FTextOffsetLocations &OutTextOffsetLocations) const | FTextLayout | |
| GetTextShapingMethod() const | FTextLayout | inline |
| GetTransformPolicy() const | FTextLayout | inline |
| GetViewSize() const | FTextLayout | |
| GetVisualJustification() const | FTextLayout | |
| GetWordAt(const FTextLocation &Location) const | FTextLayout | |
| GetWrappedDrawSize() const | FTextLayout | |
| GetWrappedSize() const | FTextLayout | |
| GetWrappingPolicy() const | FTextLayout | inline |
| GetWrappingWidth() const | FTextLayout | inline |
| GraphemeBreakIterator | FTextLayout | protected |
| InsertAt(const FTextLocation &Location, TCHAR Character) | FTextLayout | |
| InsertAt(const FTextLocation &Location, const FString &Text) | FTextLayout | |
| InsertAt(const FTextLocation &Location, TSharedRef< IRun > InRun, const bool bAlwaysKeepRightRun=false) | FTextLayout | |
| IsEmpty() const | FTextLayout | |
| IsLayoutDirty() const | FTextLayout | |
| JoinLineWithNextLine(int32 LineIndex) | FTextLayout | |
| Justification | FTextLayout | protected |
| LineBreakIterator | FTextLayout | protected |
| LineHeightPercentage | FTextLayout | protected |
| LineModels | FTextLayout | protected |
| LineViews | FTextLayout | protected |
| LineViewsToJustify | FTextLayout | protected |
| Margin | FTextLayout | protected |
| operator=(TSharedFromThis const &) | TSharedFromThis< FTextLayout > | inlineprotected |
| OverHeight | FTextLayout | protected |
| RemoveAt(const FTextLocation &Location, int32 Count=1) | FTextLayout | |
| RemoveLine(int32 LineIndex) | FTextLayout | |
| RemoveLineHighlight(const FTextLineHighlight &Highlight) | FTextLayout | |
| RemoveRunRenderer(const FTextRunRenderer &Renderer) | FTextLayout | |
| Scale | FTextLayout | protected |
| ScrollOffset | FTextLayout | protected |
| SetApplyLineHeightToBottomLine(bool Value) | FTextLayout | |
| SetDebugSourceInfo(const TAttribute< FString > &InDebugSourceInfo) | FTextLayout | |
| SetJustification(ETextJustify::Type Value) | FTextLayout | |
| SetLineBreakIterator(TSharedPtr< IBreakIterator > InLineBreakIterator) | FTextLayout | |
| SetLineHeightPercentage(float Value) | FTextLayout | |
| SetLineHighlights(const TArray< FTextLineHighlight > &Highlights) | FTextLayout | |
| SetMargin(const FMargin &InMargin) | FTextLayout | |
| SetRunRenderers(const TArray< FTextRunRenderer > &Renderers) | FTextLayout | |
| SetScale(float Value) | FTextLayout | |
| SetTextFlowDirection(const ETextFlowDirection InTextFlowDirection) | FTextLayout | |
| SetTextOverflowPolicy(const TOptional< ETextOverflowPolicy > InTextOverflowPolicy) | FTextLayout | |
| SetTextShapingMethod(const ETextShapingMethod InTextShapingMethod) | FTextLayout | |
| SetTransformPolicy(ETextTransformPolicy Value) | FTextLayout | |
| SetVisibleRegion(const FVector2D &InViewSize, const FVector2D &InScrollOffset) | FTextLayout | |
| SetWrappingPolicy(ETextWrappingPolicy Value) | FTextLayout | |
| SetWrappingWidth(float Value) | FTextLayout | |
| SharedThis(OtherType *ThisPtr) | TSharedFromThis< FTextLayout > | inlineprotectedstatic |
| SharedThis(const OtherType *ThisPtr) | TSharedFromThis< FTextLayout > | inlineprotectedstatic |
| SplitLineAt(const FTextLocation &Location) | FTextLayout | |
| TextBiDiDetection | FTextLayout | protected |
| TextFlowDirection | FTextLayout | protected |
| TextLayoutSize | FTextLayout | protected |
| TextOverflowPolicyOverride | FTextLayout | protected |
| TextShapingMethod | FTextLayout | protected |
| TransformLineText(FLineModel &LineModel) const | FTextLayout | protected |
| TransformPolicy | FTextLayout | protected |
| TSharedFromThis() | TSharedFromThis< FTextLayout > | inlineprotected |
| TSharedFromThis(TSharedFromThis const &) | TSharedFromThis< FTextLayout > | inlineprotected |
| UpdateHighlights() | FTextLayout | virtual |
| UpdateIfNeeded() | FTextLayout | virtual |
| UpdateLayout() | FTextLayout | virtual |
| UpdateWeakReferenceInternal(TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const | TSharedFromThis< FTextLayout > | inline |
| UpdateWeakReferenceInternal(TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const | TSharedFromThis< FTextLayout > | inline |
| ViewSize | FTextLayout | protected |
| WordBreakIterator | FTextLayout | protected |
| WrappingPolicy | FTextLayout | protected |
| WrappingWidth | FTextLayout | protected |
| ~FTextLayout() | FTextLayout | virtual |
| ~TSharedFromThis() | TSharedFromThis< FTextLayout > | inlineprotected |