Navigation
BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/String
Converts a double->string, create a new string in the form AppendTo+Prefix+InDouble+Suffix
Target is Kismet String Library
Inputs
| Type | Name | Description |
|---|---|---|
| string | Append To | An existing string to use as the start of the conversion string |
| string | Prefix | A string to use as a prefix, after the AppendTo string |
| real | In Double | The double value to convert |
| string | Suffix | A suffix to append to the end of the conversion string |
Outputs
| Type | Name | Description |
|---|---|---|
| string | Return Value | A new string built from the passed parameters |