Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGKernelAttributeTable
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 AddAttribute
(
const FPCGKernelAttributeKey& Key |
Adds an attribute of given name and type. | Compute/PCGDataDescription.h | |
int32 AddAttribute
(
FPCGAttributeIdentifier InIdentifier, |
Compute/PCGDataDescription.h |
AddAttribute(const FPCGKernelAttributeKey &)
Description
Adds an attribute of given name and type. Returns index or INDEX_NONE if add failed (happens if max table size reached).
| Name | AddAttribute |
| 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 |
int32 AddAttribute
(
const FPCGKernelAttributeKey & Key
)
AddAttribute(FPCGAttributeIdentifier, EPCGKernelAttributeType)
| Name | AddAttribute |
| 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 |
int32 AddAttribute
(
FPCGAttributeIdentifier InIdentifier,
EPCGKernelAttributeType InType
)