BuildString (integer)

BuildString (integer)

Windows
MacOS
Linux

Converts a int->string, creating a new string in the form AppendTo+Prefix+InInt+Suffix

Target is Kismet String Library

BuildString (integer)
Append To
Prefix
In Int
0
Suffix
Return Value

Inputs

Append To
String

An existing string to use as the start of the conversion string

Prefix
String

A string to use as a prefix, after the AppendTo string

In Int
Integer

The int value to convert

Suffix
String

A suffix to append to the end of the conversion string

Outputs

Return Value
String

A new string built from the passed parameters

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss