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