Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetStringLibrary
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetStringLibrary.h |
Include | #include "Kismet/KismetStringLibrary.h" |
Source | /Engine/Source/Runtime/Engine/Private/KismetStringLibrary.cpp |
static int32 GetCharacterAsNumber
&40;
const FString & SourceString,
int32 Index
&41;
Remarks
Gets a single character from the string (as an integer) The integer value of the character or 0 if index is out of range
Parameters
Name | Description |
---|---|
SourceString | The string to convert |
Index | Location of the character whose value is required |