Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FCharRange
Description
Initializes this range from the given substring. See ToString for an overview on the required format. OutLastIndex will contain the index of the character following the parsed range.
| Name | InitializeFromString |
| Type | function |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Text/CharRangeList.h |
| Include Path | #include "Framework/Text/CharRangeList.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Text/CharRangeList.cpp |
bool InitializeFromString
(
const FString & InDefinitionString,
int32 InFromIndex,
int32 * OutLastIndex
)