Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements > API/Plugins/PCG/Elements/Metadata
| Type | Name | Description | |
|---|---|---|---|
| bool | PCG::Private::NAryOperation::Gather
(
FPCGMetadataElementBase::FOperationData& InOperationData, |
When Signature doesn't have any templated types anymore (Signature<>), we got all our input values packed in "InArgs", so it's time to compute our operation and set the outputs. | |
| bool | PCG::Private::NAryOperation::Gather
(
FPCGMetadataElementBase::FOperationData& InOperationData, |
The idea of gather is to pack all the input values at the end of the function call. |