Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGDataCollectionDesc
Description
Get description of first attribute with matching identifier in input data. Returns true if such an attribute found and also signals whether multiple matching attributes with conflicting names are present.
| Name | GetAttributeDesc |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGDataDescription.h |
| Include Path | #include "Compute/PCGDataDescription.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Compute/PCGDataDescription.cpp |
bool GetAttributeDesc
(
FPCGAttributeIdentifier InAttributeIdentifier,
FPCGKernelAttributeDesc & OutAttributeDesc,
bool & bOutConflictingTypesFound,
bool & bOutPresentOnAllData
) const