Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGPoint.h |
| Include | #include "PCGPoint.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FPCGPoint
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | BoundsMax | ||
| FVector | BoundsMin | ||
| FVector4 | Color | ||
| float | Density | ||
| int64 | MetadataEntry | ||
| int32 | Seed | ||
| float | Steepness | ||
| FTransform | Transform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPCGPoint () |
|||
FPCGPoint
(
const FTransform& InTransform, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< IPCGAttributeAccessor > | CreateCustomPropertyAccessor
(
FName Name |
||
| FBoxSphereBounds | |||
| FVector | GetExtents () |
||
| FBox | |||
| FVector | |||
| FBox | |||
| FVector | |||
| bool | HasCustomPropertyGetterSetter
(
FName Name |
||
| void | SetExtents
(
const FVector& InExtents |
||
| void | SetLocalBounds
(
const FBox& InBounds |
||
| void | SetLocalCenter
(
const FVector& InCenter |
Typedefs
| Name | Description |
|---|---|
| PointCustomPropertyGetter | |
| PointCustomPropertySetter |