Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGMetadataPartitionKernel
Description
Get all the attributes read or written by this node for which we know the name and type statically. In cases that only the attribute name used by the node is known (example: user specifies SM Spawner instance data attributes by name only, not type), the attribute is omitted from this list and must be resolved at execution time in the data provider.
Virtual Inheritance
- UPCGComputeKernel::GetKernelAttributeKeys → UPCGMetadataPartitionKernel::GetKernelAttributeKeys
| Name | GetKernelAttributeKeys |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Metadata/PCGMetadataPartitionKernel.h |
| Include Path | #include "Elements/Metadata/PCGMetadataPartitionKernel.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/Metadata/PCGMetadataPartitionKernel.cpp |
virtual void GetKernelAttributeKeys
(
TArray < FPCGKernelAttributeKey > & OutKeys
) const