Navigation
API > API/Plugins > API/Plugins/PCG
Description
Go through all inputs from the context input data, and try to extract an attribute at the provided index into a new Attribute Set. Input are read from the context and output is written in the context too.
| Name | PCGExtractAttribute::ExtractAttribute |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Metadata/PCGExtractAttribute.h |
| Include Path | #include "Elements/Metadata/PCGExtractAttribute.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/Metadata/PCGExtractAttribute.cpp |
namespace PCGExtractAttribute
{
void PCGExtractAttribute::ExtractAttribute
(
const FExtractAttributeParams & Params
)
}