UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
SlateTextField Class Reference

#include <IOSPlatformTextField.h>

+ Inheritance diagram for SlateTextField:

Instance Methods

(void- show:text:placeholder:keyboardConfig:
 
(void- hide
 
(void- updateToDesiredState
 
(bool- hasTextWidget
 

Protected Attributes

TWeakPtr< IVirtualKeyboardEntryTextWidget
 
FText TextEntry
 
bool bTransitioning
 
bool bWantsToShow
 
NSStringCachedTextContents
 
NSStringCachedPlaceholderContents
 
FKeyboardConfig CachedKeyboardConfig
 
UIAlertController * AlertController
 

Method Documentation

◆ hasTextWidget

- (bool) hasTextWidget

◆ hide

- (void) hide

◆ show:text:placeholder:keyboardConfig:

- (void) show: (TSharedPtr<IVirtualKeyboardEntry>)  InTextWidget
text: (NSString*)  TextContents
placeholder: (NSString*)  PlaceholderContents
keyboardConfig: (FKeyboardConfig KeyboardConfig 

◆ updateToDesiredState

- (void) updateToDesiredState

Member Data Documentation

◆ AlertController

- (UIAlertController*) AlertController
protected

◆ bTransitioning

- (bool) bTransitioning
protected

◆ bWantsToShow

- (bool) bWantsToShow
protected

◆ CachedKeyboardConfig

- (FKeyboardConfig) CachedKeyboardConfig
protected

◆ CachedPlaceholderContents

- (NSString*) CachedPlaceholderContents
protected

◆ CachedTextContents

- (NSString*) CachedTextContents
protected

◆ TextEntry

- (FText) TextEntry
protected

◆ TextWidget

- (TWeakPtr<IVirtualKeyboardEntry>) TextWidget
protected

The documentation for this class was generated from the following files: