Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGKernelAttributeDesc
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Compute/PCGDataDescription.h |
|
|
|
Compute/PCGDataDescription.h |
|
|
|
Compute/PCGDataDescription.h |
|
FPCGKernelAttributeDesc()
| |
|
| Name |
FPCGKernelAttributeDesc |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGDataDescription.h |
| Include Path |
#include "Compute/PCGDataDescription.h" |
FPCGKernelAttributeDesc()
FPCGKernelAttributeDesc(int32, EPCGKernelAttributeType, FPCGAttributeIdentifier)
| |
|
| Name |
FPCGKernelAttributeDesc |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGDataDescription.h |
| Include Path |
#include "Compute/PCGDataDescription.h" |
FPCGKernelAttributeDesc
(
int32 InAttributeId,
EPCGKernelAttributeType InAttributeType,
FPCGAttributeIdentifier InAttributeIdentifier
)
FPCGKernelAttributeDesc(int32, EPCGKernelAttributeType, FPCGAttributeIdentifier, const TArray< int32 > *)
| |
|
| Name |
FPCGKernelAttributeDesc |
| Type |
function |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGDataDescription.h |
| Include Path |
#include "Compute/PCGDataDescription.h" |
FPCGKernelAttributeDesc
(
int32 InAttributeId,
EPCGKernelAttributeType InAttributeType,
FPCGAttributeIdentifier InAttributeIdentifier,
const TArray < int32 > * InUniqueStringKeys
)