Unreal Engine Blueprint API Reference > Utilities > String
Concatenates two strings together to make a new string
Target is Kismet String Library
Inputs
Type | Name | Description |
---|---|---|
string | A | The original string |
string | B | The string to append to A |
Outputs
Type | Name | Description |
---|---|---|
string | Return Value | A new string which is the concatenation of A+B |