Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGGraph
Description
Size of grid on which this node should be executed. Nodes execute at the minimum of all input grid sizes.
| Name | GetNodeGenerationGridSize |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGGraph.h |
| Include Path | #include "PCGGraph.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGGraph.cpp |
uint32 GetNodeGenerationGridSize
(
const UPCGNode * InNode,
uint32 InDefaultGridSize
) const