Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGRuntimeGenerationRadii |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGCommon.h |
| Include Path | #include "PCGCommon.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGRuntimeGenerationRadii
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultCleanupRadiusMultiplier | double | PCGCommon.h | |
| DefaultGenerationRadiusMultiplier | double | PCGCommon.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CleanupRadiusMultiplier | double | PCGCommon.h |
|
|
| GenerationRadius | double | Deprecated section. | PCGCommon.h |
|
| GenerationRadius102400 | double | PCGCommon.h |
|
|
| GenerationRadius12800 | double | PCGCommon.h |
|
|
| GenerationRadius1600 | double | PCGCommon.h |
|
|
| GenerationRadius204800 | double | PCGCommon.h |
|
|
| GenerationRadius25600 | double | PCGCommon.h |
|
|
| GenerationRadius3200 | double | PCGCommon.h |
|
|
| GenerationRadius400 | double | PCGCommon.h |
|
|
| GenerationRadius51200 | double | PCGCommon.h |
|
|
| GenerationRadius6400 | double | PCGCommon.h |
|
|
| GenerationRadius800 | double | PCGCommon.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Hash | uint32 | PCGCommon.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyDeprecation() |
PCGCommon.h | ||
void ComputeHash() |
Recompute the cached hash value. Call this anytime the values are changed. | PCGCommon.h | |
double GetCleanupRadiusFromGrid
(
EPCGHiGenGrid Grid |
Compute the runtime cleanup radius for the given grid size. | PCGCommon.h | |
double GetGenerationRadiusFromGrid
(
EPCGHiGenGrid Grid |
Get the runtime generation radius for the given grid size. | PCGCommon.h | |
void PostSerialize
(
const FArchive& Ar |
PCGCommon.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator==
(
const FPCGRuntimeGenerationRadii& Other |
PCGCommon.h |