Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGDataDesc
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGDataDesc () |
Compute/PCGDataDescription.h | ||
FPCGDataDesc
(
FPCGDataTypeIdentifier InType, |
Compute/PCGDataDescription.h | ||
FPCGDataDesc
(
FPCGDataTypeIdentifier InType, |
Compute/PCGDataDescription.h | ||
FPCGDataDesc
(
FPCGDataTypeIdentifier InType, |
Compute/PCGDataDescription.h | ||
FPCGDataDesc
(
FPCGDataTypeIdentifier InType, |
Compute/PCGDataDescription.h | ||
FPCGDataDesc
(
const FPCGTaggedData& InTaggedData, |
Compute/PCGDataDescription.h |
FPCGDataDesc()
| Name | FPCGDataDesc |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Compute/PCGDataDescription.h |
| Include Path | #include "Compute/PCGDataDescription.h" |
FPCGDataDesc()
FPCGDataDesc(FPCGDataTypeIdentifier, int32)
| Name | FPCGDataDesc |
| 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 |
FPCGDataDesc
(
FPCGDataTypeIdentifier InType,
int32 InElementCount
)
FPCGDataDesc(FPCGDataTypeIdentifier, FIntPoint)
| Name | FPCGDataDesc |
| 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 |
FPCGDataDesc
(
FPCGDataTypeIdentifier InType,
FIntPoint InElementCount
)
FPCGDataDesc(FPCGDataTypeIdentifier, FIntVector3)
| Name | FPCGDataDesc |
| 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 |
FPCGDataDesc
(
FPCGDataTypeIdentifier InType,
FIntVector3 InElementCount
)
FPCGDataDesc(FPCGDataTypeIdentifier, FIntVector4)
| Name | FPCGDataDesc |
| 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 |
FPCGDataDesc
(
FPCGDataTypeIdentifier InType,
FIntVector4 InElementCount
)
FPCGDataDesc(const FPCGTaggedData &, const UPCGDataBinding *)
| Name | FPCGDataDesc |
| 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 |
FPCGDataDesc
(
const FPCGTaggedData & InTaggedData,
const UPCGDataBinding * InBinding
)