String

String

On this page

Actions

Append

Concatenates two strings together to make a new string

Target is Kismet String Library

Build String (Boolean)

Converts a boolean->string, creating a new string in the form AppendTo+Prefix+InBool+Suffix

Target is Kismet String Library

Build String (Float)

Converts a double->string, create a new string in the form AppendTo+Prefix+InDouble+Suffix

Target is Kismet String Library

Build String (Integer)

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

Target is Kismet String Library

Build String (IntVector)

Converts an IntVector->string, creating a new string in the form AppendTo+Prefix+InIntVector+Suffix

Target is Kismet String Library

Build String (LinearColor)

Converts a color->string, creating a new string in the form AppendTo+Prefix+InColor+Suffix

Target is Kismet String Library

Build String (Name)

Converts a color->string, creating a new string in the form AppendTo+Prefix+InName+Suffix

Target is Kismet String Library

Build String (Object)

Converts a object->string, creating a new string in the form AppendTo+Prefix+object name+Suffix

Target is Kismet String Library

Build String (Rotator)

Converts a rotator->string, creating a new string in the form AppendTo+Prefix+InRot+Suffix

Target is Kismet String Library

Build String (Vector)

Converts a vector->string, creating a new string in the form AppendTo+Prefix+InVector+Suffix

Target is Kismet String Library

Build String (Vector2D)

Converts a vector2d->string, creating a new string in the form AppendTo+Prefix+InVector2d+Suffix

Target is Kismet String Library

Contains

Returns whether this string contains the specified substring.

Target is Kismet String Library

Cull Array

Takes an array of strings and removes any zero length entries.

Target is Kismet String Library

Ends With

Test whether this string ends with given string.

Target is Kismet String Library

Enum to String

Returns user friendly name of enumerator

Equal Exactly (String)

Test if the input strings are equal (A == B)

Target is Kismet String Library

Equal, Case Insensitive (String)

Test if the input strings are equal (A == B), ignoring case

Target is Kismet String Library

Find Substring

Finds the starting index of a substring in the a specified string

Target is Kismet String Library

Get Character Array from String

Returns an array that contains one entry for each character in SourceString

Target is Kismet String Library

Get Character as Number

Gets a single character from the string (as an integer)

Target is Kismet String Library

Get Substring

Returns a substring from the string starting at the specified position

Target is Kismet String Library

Is Empty

Returns true if the string is empty

Target is Kismet String Library

Is Numeric

Target is Kismet String Library

Join String Array

Concatenates an array of strings into a single string.

Target is Kismet String Library

Left

Returns the left most given number of characters

Target is Kismet String Library

Left Chop

Returns the left most characters from the string chopping the given number of characters from the end

Target is Kismet String Library

Left Pad

Target is Kismet String Library

Len

Returns the number of characters in the string

Target is Kismet String Library

Log String

Prints a string to the log If Print To Log is true, it will be visible in the Output Log window. Otherwise it will be logged only as 'Verbose', so it generally won't show up.

Target is Kismet System Library

Make Literal String

Creates a literal string

Target is Kismet System Library

Matches Wildcard

Searches this string for a given wild card

Target is Kismet String Library

Mid

Returns the substring from Start position for Count characters.

Target is Kismet String Library

Not Equal Exactly (String)

Test if the input string are not equal (A != B)

Target is Kismet String Library

Not Equal, Case Insenstive (String)

Test if the input string are not equal (A != B), ignoring case differences

Target is Kismet String Library

Parse Into Array

Gets an array of strings from a source string divided up by a separator and empty strings can optionally be culled.

Target is Kismet String Library

Replace

Replace all occurrences of a substring in this string

Target is Kismet String Library

Replace Inline

Replace all occurrences of SearchText with ReplacementText in this string.

Target is Kismet String Library

Reverse

Returns a copy of this string, with the characters in reverse order

Target is Kismet String Library

Right

Returns the string to the right of the specified location, counting back from the right (end of the word).

Target is Kismet String Library

Right Chop

Returns the string to the right of the specified location, counting forward from the left (from the beginning of the word).

Target is Kismet String Library

Right Pad

Target is Kismet String Library

Select String

If bPickA is true, A is returned, otherwise B is

Target is Kismet Math Library

Split

Splits this string at given string position case sensitive.

Target is Kismet String Library

Starts With

Test whether this string starts with given string.

Target is Kismet String Library

String To Color

Convert String Back To Color. IsValid indicates whether or not the string could be successfully converted.

Target is Kismet String Library

String To Float

Converts a string to a double value

Target is Kismet String Library

String To Float Vector

Convert String Back To Float Vector. IsValid indicates whether or not the string could be successfully converted.

Target is Kismet String Library

String To Integer

Converts a string to a int value

Target is Kismet String Library

String To Integer64

Converts a string to a int value

Target is Kismet String Library

String To Name

Converts a string to a name value

Target is Kismet String Library

String To Rotator

Convert String Back To Rotator. IsValid indicates whether or not the string could be successfully converted.

Target is Kismet String Library

String To Vector

Convert String Back To Vector. IsValid indicates whether or not the string could be successfully converted.

Target is Kismet String Library

String To Vector2D

Convert String Back To Vector2D. IsValid indicates whether or not the string could be successfully converted.

Target is Kismet String Library

Time Seconds to String

Convert a number of seconds into minutes:seconds.milliseconds format string (including leading zeroes)

Target is Kismet String Library

To Lower

Returns a string converted to Lower case

Target is Kismet String Library

To String (Boolean)

Converts a boolean value to a string, either 'true' or 'false'

Target is Kismet String Library

To String (Byte)

Converts a byte value to a string

Target is Kismet String Library

To String (Float Vector)

Converts a float vector value to a string, in the form 'X= Y= Z='

Target is Kismet String Library

To String (Float)

Converts a double value to a string

Target is Kismet String Library

To String (InputActionValue)

Converts a FInputActionValue to a string

Target is Enhanced Input Library

To String (InputDeviceId)

Converts a InputDeviceId value to a string

Target is Kismet String Library

To String (Integer)

Converts an integer value to a string

Target is Kismet String Library

To String (Integer64)

Converts an 64-bit integer value to a string

Target is Kismet String Library

To String (IntPoint)

Converts an IntPoint value to a string, in the form 'X= Y='

Target is Kismet String Library

To String (IntVector)

Converts an IntVector value to a string, in the form 'X= Y= Z='

Target is Kismet String Library

To String (LinearColor)

Converts a linear color value to a string, in the form '(R=,G=,B=,A=)'

Target is Kismet String Library

To String (Matrix)

Converts a name value to a string

Target is Kismet String Library

To String (Name)

Converts a name value to a string

Target is Kismet String Library

To String (Object)

Converts a UObject value to a string by calling the object's GetName method

Target is Kismet String Library

To String (PlatformUserId)

Converts a PlatformUserId value to a string

Target is Kismet String Library

To String (Rotator)

Converts a rotator value to a string, in the form 'P= Y= R='

Target is Kismet String Library

To String (Text)

Converts localizable text to the string

Target is Kismet Text Library

To String (Transform)

Converts a transform value to a string, in the form 'Translation: X= Y= Z= Rotation: P= Y= R= Scale: X= Y= Z='

Target is Kismet String Library

To String (Vector)

Converts a vector value to a string, in the form 'X= Y= Z='

Target is Kismet String Library

To String (Vector2d)

Converts a vector2d value to a string, in the form 'X= Y='

Target is Kismet String Library

To Upper

Returns a string converted to Upper case

Target is Kismet String Library

ToString (DropTimecode)

Convert a timecode structure into a string

Target is Drop Timecode to String Conversion

Trim

Removes whitespace characters from the front of this string.

Target is Kismet String Library

Trim Trailing

Removes trailing whitespace characters

Target is Kismet String Library

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