Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FWidgetLayoutBlock
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TSharedRef< FWidgetLayoutBlock > Create
(
const FWidgetLayoutBlock& Block |
Framework/Text/WidgetLayoutBlock.h | ||
static TSharedRef< FWidgetLayoutBlock > Create
(
const TSharedRef< IRun >& InRun, |
Framework/Text/WidgetLayoutBlock.h |
Create(const FWidgetLayoutBlock &)
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/WidgetLayoutBlock.h |
| Include Path | #include "Framework/Text/WidgetLayoutBlock.h" |
static TSharedRef < FWidgetLayoutBlock > Create
(
const FWidgetLayoutBlock & Block
)
Create(const TSharedRef< IRun > &, const TSharedRef< SWidget > &, const FTextRange &, FVector2D, const FLayoutBlockTextContext &, const TSharedPtr< IRunRenderer > &)
| Name | Create |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/WidgetLayoutBlock.h |
| Include Path | #include "Framework/Text/WidgetLayoutBlock.h" |
static TSharedRef < FWidgetLayoutBlock > Create
(
const TSharedRef < IRun > & InRun,
const TSharedRef < SWidget > & InWidget,
const FTextRange & InRange,
FVector2D InSize,
const FLayoutBlockTextContext & InTextContext,
const TSharedPtr < IRunRenderer > & InRenderer
)