Add to TextBlock, checkbox for select Input Text or Only digits

Hello. Can u make some improve to Textblock in UMG, for select beetween input text or digits only.

I don’t really want to provide a set list of filters built into the TextBlock. There’s simply too many possible filters people could want, the better approach is for users to become conformable with the pattern we have for filtering.

TextBlock ->Bind Text To -> MyText
OnTextChanged -> MyText = FilterText(NewText)

Having convince functions for the FilterText options would be useful, but some built in enum of filters seems kind of limited, and I’d prefer to direct people towards the path with more customization.