Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- STextEntryPopup
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/STextEntryPopup.h |
| Include | #include "Widgets/Input/STextEntryPopup.h" |
Syntax
class STextEntryPopup : public SCompoundWidget
Remarks
Simple text entry popup, usually used within a MenuStack
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SVerticalBox > | Box | Allows for inserting additional widgets that extend the functionality of the Popup | |
| TSharedPtr< class IErrorReportingWidget > | ErrorReporting | SomeWidget used for error reporting |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs |
||
| void | |||
| void | If InError is a non-empty string the TextBox will use the ErrorReporting widget provided during construction If no error reporting was provided, the TextBox will create a default error reporter. | ||
| void | If InError is a non-empty string the TextBox will use the ErrorReporting widget provided during construction If no error reporting was provided, the TextBox will create a default error reporter. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |