Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGPointValueRanges |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGBasePointData.h |
| Include Path | #include "Data/PCGBasePointData.h" |
Syntax
struct FPCGPointValueRanges
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Data/PCGBasePointData.h | |||
FPCGPointValueRanges
(
UPCGBasePointData* InBasePointData, |
Data/PCGBasePointData.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoundsMaxRange | TPCGValueRange< FVector > | Data/PCGBasePointData.h | ||
| BoundsMinRange | TPCGValueRange< FVector > | Data/PCGBasePointData.h | ||
| ColorRange | TPCGValueRange< FVector4 > | Data/PCGBasePointData.h | ||
| DensityRange | TPCGValueRange< float > | Data/PCGBasePointData.h | ||
| MetadataEntryRange | TPCGValueRange< int64 > | Data/PCGBasePointData.h | ||
| SeedRange | TPCGValueRange< int32 > | Data/PCGBasePointData.h | ||
| SteepnessRange | TPCGValueRange< float > | Data/PCGBasePointData.h | ||
| TransformRange | TPCGValueRange< FTransform > | Data/PCGBasePointData.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetFromPoint
(
int32 Index, |
Data/PCGBasePointData.h | ||
void SetFromValueRanges
(
int32 WriteIndex, |
Data/PCGBasePointData.h |