BlueprintAPI > BlueprintAPI/Utilities > BlueprintAPI/Utilities/String
Gets a single character from the string (as an integer)
Target is Kismet String Library
Inputs
Type | Name | Description |
---|---|---|
string | Source String | The string to convert |
integer | Index | Location of the character whose value is required |
Outputs
Type | Name | Description |
---|---|---|
integer | Return Value | The integer value of the character or 0 if index is out of range |