Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateEditableTextLayout
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSlateEditableTextLayout
(
RealWidgetType& InOwnerWidget |
Widgets/Text/SlateEditableTextLayout.h | ||
FSlateEditableTextLayout
(
RealWidgetType& InOwnerWidget, |
Widgets/Text/SlateEditableTextLayout.h |
FSlateEditableTextLayout(RealWidgetType &)
| Name | FSlateEditableTextLayout |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h |
| Include Path | #include "Widgets/Text/SlateEditableTextLayout.h" |
template<typename RealWidgetType>
FSlateEditableTextLayout
(
RealWidgetType & InOwnerWidget
)
FSlateEditableTextLayout(RealWidgetType &, TAttribute< FText >, FTextBlockStyle, const TOptional< ETextShapingMethod >, const TOptional< ETextFlowDirection >, const FCreateSlateTextLayout &, TSharedRef< ITextLayoutMarshaller >, TSharedRef< ITextLayoutMarshaller >)
| Name | FSlateEditableTextLayout |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Text/SlateEditableTextLayout.h |
| Include Path | #include "Widgets/Text/SlateEditableTextLayout.h" |
template<typename RealWidgetType>
FSlateEditableTextLayout
(
RealWidgetType & InOwnerWidget,
TAttribute < FText > InInitialText,
FTextBlockStyle InTextStyle,
const TOptional < ETextShapingMethod > InTextShapingMethod,
const TOptional < ETextFlowDirection > InTextFlowDirection,
const FCreateSlateTextLayout & InCreateSlateTextLayout,
TSharedRef < ITextLayoutMarshaller > InTextMarshaller,
TSharedRef < ITextLayoutMarshaller > InHintTextMarshaller
)