Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGDataDesc
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsAttributeAllocated
(
const FPCGKernelAttributeDesc& InAttributeDesc |
Compute/PCGDataDescription.h | ||
bool IsAttributeAllocated
(
int32 InAttributeId |
Compute/PCGDataDescription.h |
IsAttributeAllocated(const FPCGKernelAttributeDesc &)
| Name | IsAttributeAllocated |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGDataDescription.h |
| Include Path | #include "Compute/PCGDataDescription.h" |
bool IsAttributeAllocated
(
const FPCGKernelAttributeDesc & InAttributeDesc
) const
IsAttributeAllocated(int32)
| Name | IsAttributeAllocated |
| 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 |
bool IsAttributeAllocated
(
int32 InAttributeId
) const