Navigation
API > API/Plugins > API/Plugins/PCG
Data description for a metadata attribute. Stores identifying name and type as well as the unique attribute ID.
| Name | FPCGKernelAttributeDesc |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGDataDescription.h |
| Include Path | #include "Compute/PCGDataDescription.h" |
Syntax
struct FPCGKernelAttributeDesc
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Compute/PCGDataDescription.h | |||
FPCGKernelAttributeDesc
(
int32 InAttributeId, |
Compute/PCGDataDescription.h | ||
FPCGKernelAttributeDesc
(
int32 InAttributeId, |
Compute/PCGDataDescription.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeId | int32 | Compute/PCGDataDescription.h | ||
| AttributeKey | FPCGKernelAttributeKey | Compute/PCGDataDescription.h | ||
| UniqueStringKeys | TArray< int32 > | All possible string keys arriving on this attribute (string keys are indices into the string table in the data binding). | Compute/PCGDataDescription.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddUniqueStringKeys
(
const TArray< int32 >& InOtherStringKeys |
Compute/PCGDataDescription.h | ||
int32 GetAttributeId() |
Compute/PCGDataDescription.h | ||
const FPCGKernelAttributeKey & GetAttributeKey() |
Compute/PCGDataDescription.h | ||
const TArray< int32 > & GetUniqueStringKeys() |
Compute/PCGDataDescription.h | ||
void SetAttributeId
(
int32 InAttributeId |
Compute/PCGDataDescription.h | ||
void SetStringKeys
(
const TConstArrayView< int32 >& InStringKeys |
Compute/PCGDataDescription.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FPCGKernelAttributeDesc& Other |
Compute/PCGDataDescription.h |