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
(
const TArrayView< const int32 > InArrayView |
Direct conversion from an array view of indices. Size is implicitly calculated from max value. | Helpers/Parsing/PCGIndexing.h | |
FPCGIndexCollection
(
const TArrayView< const int32 > InArrayView, |
Direct conversion from an array view of indices. Size is explicit. | 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
)
FPCGIndexCollection(const TArrayView< const int32 >)
Description
Direct conversion from an array view of indices. Size is implicitly calculated from max value.
| Name | FPCGIndexCollection |
| 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 |
FPCGIndexCollection
(
const TArrayView < const int32 > InArrayView
)
FPCGIndexCollection(const TArrayView< const int32 >, int32)
Description
Direct conversion from an array view of indices. Size is explicit.
| Name | FPCGIndexCollection |
| 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 |
FPCGIndexCollection
(
const TArrayView < const int32 > InArrayView,
int32 InArraySize
)