Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
double GetGenerationRadiusFromGrid
(
uint32 Grid |
Get the runtime generation radius for the given (scaled) grid size. | PCGComponent.h | |
double GetGenerationRadiusFromGrid
(
EPCGHiGenGrid Grid |
PCGComponent.h |
GetGenerationRadiusFromGrid(uint32)
Description
Get the runtime generation radius for the given (scaled) grid size.
| Name | GetGenerationRadiusFromGrid |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGComponent.h |
| Include Path | #include "PCGComponent.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGComponent.cpp |
double GetGenerationRadiusFromGrid
(
uint32 Grid
) const
GetGenerationRadiusFromGrid(EPCGHiGenGrid)
| Name | GetGenerationRadiusFromGrid |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGComponent.h |
| Include Path | #include "PCGComponent.h" |
double GetGenerationRadiusFromGrid
(
EPCGHiGenGrid Grid
) const