Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGIndexCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AddRange
(
const FPCGIndexRange& NewRange |
Add a new index range to the collection directly via an index range. | Helpers/Parsing/PCGIndexing.h | |
bool AddRange
(
int32 StartIndex, |
Add a new index range to the collection directly via start and end indices. | Helpers/Parsing/PCGIndexing.h |
AddRange(const FPCGIndexRange &)
Description
Add a new index range to the collection directly via an index range.
| Name | AddRange |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/Parsing/PCGIndexing.h |
| Include Path | #include "Helpers/Parsing/PCGIndexing.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/Parsing/PCGIndexing.cpp |
bool AddRange
(
const FPCGIndexRange & NewRange
)
AddRange(int32, int32)
Description
Add a new index range to the collection directly via start and end indices.
| Name | AddRange |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/Parsing/PCGIndexing.h |
| Include Path | #include "Helpers/Parsing/PCGIndexing.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Helpers/Parsing/PCGIndexing.cpp |
bool AddRange
(
int32 StartIndex,
int32 EndIndex
)