Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text > API/Runtime/Slate/Framework/Text/FCharRange
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/CharRangeList.h |
| Include | #include "Framework/Text/CharRangeList.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Text/CharRangeList.cpp |
bool InitializeFromString
(
const FString & InDefinitionString,
int32 InFromIndex,
int32 * OutLastIndex
)
Remarks
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.