Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGDataCollectionDesc
Description
Makes attribute present on all data. If data has existing attribute with same name then the given type will be applied.
| Name | AddAttributeToAllData |
| 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 |
void AddAttributeToAllData
(
FPCGKernelAttributeKey InAttribute,
const UPCGDataBinding * InBinding,
const TArray < int32 > * InOptionalUniqueStringKeys
)