Navigation
API > API/Plugins > API/Plugins/PCG
Description
First we need to gather all our input values. We use an index, starting at 0, and also use our empty struct to pack all our input types.
| Name | PCG::Private::NAryOperation::Operation |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Metadata/PCGMetadataOpElementBase.h |
| Include Path | #include "Elements/Metadata/PCGMetadataOpElementBase.h" |
namespace PCG
{
namespace Private
{
namespace NAryOperation
{
template<typename... InputTypes, typename... Callbacks>
bool PCG::Private::NAryOperation::Operation
(
PCGMetadataOps::FOperationData & InOperationData,
int32 StartIndex,
int32 Range,
const Options & InOptions,
const TTuple < Callbacks... > & InCallbacks
)
}
}
}