UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
STextEntryPopup.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
9
10class SVerticalBox;
11
14{
15public:
16
22
24 SLATE_ARGUMENT( FText, Label )
25
26
27 SLATE_ARGUMENT( FText, DefaultText )
28
29
30 SLATE_EVENT( FOnTextChanged, OnTextChanged )
31
32
33 SLATE_EVENT( FOnTextCommitted, OnTextCommitted )
34
35
36 SLATE_ARGUMENT( bool, SelectAllTextWhenFocused )
37
38
39 SLATE_ATTRIBUTE( bool, ClearKeyboardFocusOnCommit )
40
41
42 SLATE_ATTRIBUTE( FText, HintText )
43
44
46
47
48 SLATE_EVENT( FOnVerifyTextChanged, OnVerifyTextChanged )
49
50
52
53
55
57
58 SLATE_API void Construct( const FArguments& InArgs );
59
62
68 SLATE_API void SetError( const FText& InError );
69 SLATE_API void SetError( const FString& InError );
70
74
77
80 EActiveTimerReturnType TickAutoFocus(double InCurrentTime, float InDeltaTime);
81
83 TSharedPtr<SWidget> WidgetWithDefaultFocus;
84};
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define SLATE_ATTRIBUTE(AttrType, AttrName)
Definition DeclarativeSyntaxSupport.h:192
#define SLATE_EVENT(DelegateName, EventName)
Definition DeclarativeSyntaxSupport.h:458
#define SLATE_END_ARGS()
Definition DeclarativeSyntaxSupport.h:116
#define SLATE_ARGUMENT(ArgType, ArgName)
Definition DeclarativeSyntaxSupport.h:208
return true
Definition ExternalRpcRegistry.cpp:601
const uint32 MaxWidth
Definition GameplayMediaEncoder.cpp:49
EActiveTimerReturnType
Definition SlateEnums.h:329
Definition Text.h:385
Definition SErrorText.h:21
Definition SCompoundWidget.h:22
Definition STextEntryPopup.h:14
SLATE_BEGIN_ARGS(STextEntryPopup)
Definition STextEntryPopup.h:17
SLATE_API void SetError(const FText &InError)
Definition STextEntryPopup.cpp:91
SLATE_API void FocusDefaultWidget()
Definition STextEntryPopup.cpp:83
TSharedPtr< SVerticalBox > Box
Definition STextEntryPopup.h:73
TSharedPtr< class IErrorReportingWidget > ErrorReporting
Definition STextEntryPopup.h:76
SLATE_API void Construct(const FArguments &InArgs)
Definition STextEntryPopup.cpp:10
Definition SBoxPanel.h:322
Definition SWidget.h:165
Definition SharedPointer.h:692
@ false
Definition radaudio_common.h:23