Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGIndexCollection
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Helpers/Parsing/PCGIndexing.h | |||
FPCGIndexCollection
(
const int32 InArraySize |
The constructor must accept the size of the array to support negative terminating indices. | Helpers/Parsing/PCGIndexing.h |
FPCGIndexCollection()
| Name | FPCGIndexCollection |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/Parsing/PCGIndexing.h |
| Include Path | #include "Helpers/Parsing/PCGIndexing.h" |
FPCGIndexCollection()
FPCGIndexCollection(const int32)
Description
The constructor must accept the size of the array to support negative terminating indices.
| Name | FPCGIndexCollection |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Helpers/Parsing/PCGIndexing.h |
| Include Path | #include "Helpers/Parsing/PCGIndexing.h" |
FPCGIndexCollection
(
const int32 InArraySize
)