Navigation
API > API/Plugins > API/Plugins/PCG
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/PCGPoint.h |
| Include | #include "PCGPoint.h" |
Syntax
USTRUCT (BlueprintType )
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 () |
|||
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| TUniquePtr< IPCGAttributeAccessor > | CreateCustomPropertyAccessor
(
FName Name |
||
| FBoxSphereBounds | |||
| FVector | GetExtents () |
||
| FBox | |||
| FVector | |||
| FBox | |||
| FVector | GetLocalSize () |
||
| FVector | |||
| FVector | |||
| bool | HasCustomPropertyGetterSetter
(
FName Name |
||
| void | ResetPointCenter
(
const FVector& BoundsRatio |
||
| bool | Serialize
(
FStructuredArchive::FSlot Slot |
||
| void | SetExtents
(
const FVector& InExtents |
||
| void | SetLocalBounds
(
const FBox& InBounds |
||
| void | SetLocalCenter
(
const FVector& InCenter |
Typedefs
| Name | Description |
|---|---|
| PointCustomPropertyGetter | |
| PointCustomPropertySetter |