(as of 6/11/15)
Reminder of my new node that I just released amidst the support posts
Dear Community,
I’ve made a new BP node for you!
HasSubstring compliments the functionality of FindSubstring.
FinsSubstring requires more inputs and returns an index within the source string.
My node, HasSubstring, requires only 1 input and only returns whether or not the supplied substring is in the source string.
I use the C++ version of HasSubstring the so I felt you would enjoy having it in BP as well!
**Example Usage ~ Search **
If you wanted to make a string-based search , that iterated over the contents of a list of UMG Texts, you can take the user's supplied search string and use my **HasSubstring **node to find the UMG Text widgets that contain the user's supplied search string.
**Latest plugin download is here: (about 8 mb) **
You can ensure you have the latest version by using download link!
Please note clicking link will not start a download instantly, it will just take you to the Media Fire file.
**Victory Plugin on Media Fire**
(6/11/15 build from Wiki, 7.91 mb)
https://www.mediafire.com/?g6uf9kt5ueb2upj
Enjoy!
:)