Choose your operating system:
Windows
macOS
Linux
typedef TBaseDelegate_TwoParams< void, const FText &, ETextCommit::Type > FOnTextCommitted
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Framework/SlateDelegates.h |
Include |
#include "Framework/SlateDelegates.h" |
Delegate for hooking up to an editable text box's 'OnTextCommitted'
The first parameter (NewText) is the new text string.
The second parameter contains information about how the text was committed.