STextEntryPopup

Simple text entry popup, usually used within a MenuStack

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Protected variable

TSharedPtr< SVe...

 

Box

Allows for inserting additional widgets that extend the functionality of the Popup

Protected variable

TSharedPtr< cla...

 

ErrorReporting

SomeWidget used for error reporting

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Public function

void

 

FocusDefaultWidget()

Public function

void

 

SetError

(
    const FText& InError
)

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.

Public function

void

 

SetError

(
    const FString& InError
)

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

Name

Description

Public struct

FArguments

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss