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 FString GetSubstring
&40;
const FString & SourceString,
int32 StartIndex,
int32 Length
&41;
Remarks
Returns a substring from the string starting at the specified position The requested substring
Parameters
Name | Description |
---|---|
SourceString | The string to get the substring from |
StartIndex | The location in SourceString to use as the start of the substring |
Length | The length of the requested substring |