Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Helpers > API/Plugins/PCG/Helpers/Parsing
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/Parsing/PCGIndexing.h |
| Include | #include "Helpers/Parsing/PCGIndexing.h" |
Syntax
struct FPCGIndexRange
Remarks
A simple data structure to represent a range of indices [X,Y]. Validating ranges are client responsibility.
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGIndexRange
(
const int32 InStartIndex, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ContainsIndex
(
int32 Index |
Returns true if the index can be found in this range. | |
| int32 | Returns the total discrete indices within the range. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FPCGIndexRange& OtherRange |
||
| bool | operator<
(
const FPCGIndexRange& OtherRange |
||
| bool | operator==
(
const FPCGIndexRange& OtherRange |