Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FSlateApplication
Description
Replace the IPlatformTextField implementation with a custom one. The implementation used by default is platform specific. If you need to change the default behavior for virtual keyboard, this method is for you.
| Name | OverridePlatformTextField |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h |
| Include Path | #include "Framework/Application/SlateApplication.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp |
void OverridePlatformTextField
(
TUniquePtr < IPlatformTextField > PlatformTextField
)
Parameters
| Name | Remarks |
|---|---|
| PlatformTextField | The platform specific implementation of the IPlatformTextField. |