blueprint

StringCompare function

  • Exposure: public
  • UE Version: 4.18

avatar author

Kineko_1

February 25, 2018, 12:28 am

Click the button above, it will automatically copy blueprint in your clipboard. Then in Unreal Engine blueprint editor, paste it with ctrl + v

1 comment

  • avatar author

    Kineko_1

    February 25, 2018, 12:29 am

    A basic string comparison function. Returns 1 for less than, 2 for equal and 3 for greater than. Replace strings in Find Substring function to support mixed cases or other character sets.