Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateTextBlockLayout
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector2D ComputeDesiredSize
(
const FWidgetDesiredSizeArgs& InWidgetArgs, |
Get the computed desired size for this layout, updating the internal cache as required | Widgets/Text/SlateTextBlockLayout.h | |
FVector2D ComputeDesiredSize
(
const FWidgetDesiredSizeArgs& InWidgetArgs, |
Get the computed desired size for this layout, updating the internal cache as required | Widgets/Text/SlateTextBlockLayout.h | |
PRAGMA_DISABLE_DEPRECATION_WARNINGSFVector2D ComputeDesiredSize
(
const FWidgetArgs& InWidgetArgs, |
Get the computed desired size for this layout, updating the internal cache as required | Widgets/Text/SlateTextBlockLayout.h |
ComputeDesiredSize(const FWidgetDesiredSizeArgs &, const float)
Description
Get the computed desired size for this layout, updating the internal cache as required
| Name | ComputeDesiredSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h |
| Include Path | #include "Widgets/Text/SlateTextBlockLayout.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Text/SlateTextBlockLayout.cpp |
FVector2D ComputeDesiredSize
(
const FWidgetDesiredSizeArgs & InWidgetArgs,
const float InScale
)
ComputeDesiredSize(const FWidgetDesiredSizeArgs &, const float, const FTextBlockStyle &)
Description
Get the computed desired size for this layout, updating the internal cache as required
| Name | ComputeDesiredSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h |
| Include Path | #include "Widgets/Text/SlateTextBlockLayout.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Text/SlateTextBlockLayout.cpp |
FVector2D ComputeDesiredSize
(
const FWidgetDesiredSizeArgs & InWidgetArgs,
const float InScale,
const FTextBlockStyle & InTextStyle
)
ComputeDesiredSize(const FWidgetArgs &, const float, const FTextBlockStyle &)
Description
Get the computed desired size for this layout, updating the internal cache as required
| Name | ComputeDesiredSize |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateTextBlockLayout.h |
| Include Path | #include "Widgets/Text/SlateTextBlockLayout.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Widgets/Text/SlateTextBlockLayout.cpp |
PRAGMA_DISABLE_DEPRECATION_WARNINGSFVector2D ComputeDesiredSize
(
const FWidgetArgs & InWidgetArgs,
const float InScale,
const FTextBlockStyle & InTextStyle
)