Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGDataDesc
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddElementCount
(
int32 InElementCountToAdd |
Compute/PCGDataDescription.h | ||
void AddElementCount
(
FIntPoint InElementCountToAdd |
Compute/PCGDataDescription.h | ||
void AddElementCount
(
FIntVector3 InElementCountToAdd |
Compute/PCGDataDescription.h | ||
void AddElementCount
(
FIntVector4 InElementCountToAdd |
Compute/PCGDataDescription.h |
AddElementCount(int32)
| Name | AddElementCount |
| 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 |
void AddElementCount
(
int32 InElementCountToAdd
)
AddElementCount(FIntPoint)
| Name | AddElementCount |
| 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 |
void AddElementCount
(
FIntPoint InElementCountToAdd
)
AddElementCount(FIntVector3)
| Name | AddElementCount |
| 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 |
void AddElementCount
(
FIntVector3 InElementCountToAdd
)
AddElementCount(FIntVector4)
| Name | AddElementCount |
| 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 |
void AddElementCount
(
FIntVector4 InElementCountToAdd
)