Navigation
API > API/Runtime > API/Runtime/Core
| Name | FTextRange |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/UnrealString.h |
| Include Path | #include "Containers/UnrealString.h" |
Syntax
struct FTextRange
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTextRange () |
Containers/UnrealString.h | ||
FTextRange
(
int32 InBeginIndex, |
Containers/UnrealString.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BeginIndex | int32 | Containers/UnrealString.h | ||
| EndIndex | int32 | Containers/UnrealString.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Contains
(
int32 Index |
Containers/UnrealString.h | ||
bool InclusiveContains
(
int32 Index |
Containers/UnrealString.h | ||
FTextRange Intersect
(
const FTextRange& Other |
Containers/UnrealString.h | ||
bool IsEmpty() |
Containers/UnrealString.h | ||
int32 Len() |
Containers/UnrealString.h | ||
void Offset
(
int32 Amount |
Containers/UnrealString.h | ||
bool UEOpEquals
(
const FTextRange& Other |
Containers/UnrealString.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void CalculateLineRangesFromString
(
const FString& Input, |
Produce an array of line ranges from the given text, breaking at any new-line characters | Containers/UnrealString.h |