Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FPCGPoint |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGPoint.h |
| Include Path | #include "PCGPoint.h" |
Syntax
USTRUCT (BlueprintType )
struct FPCGPoint
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGPoint () |
PCGPoint.h | ||
FPCGPoint
(
const FTransform& InTransform, |
PCGPoint.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| PointCustomPropertyGetter | TFunction< bool(const FPCGPoint &, void *)> | PCGPoint.h | |
| PointCustomPropertySetter | TFunction< bool(FPCGPoint &, const void *)> | PCGPoint.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BoundsMax | FVector | PCGPoint.h |
|
|
| BoundsMin | FVector | PCGPoint.h |
|
|
| Color | FVector4 | PCGPoint.h |
|
|
| Density | float | PCGPoint.h |
|
|
| MetadataEntry | int64 | PCGPoint.h |
|
|
| Seed | int32 | PCGPoint.h |
|
|
| Steepness | float | PCGPoint.h |
|
|
| Transform | FTransform | PCGPoint.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyScaleToBounds() |
PCGPoint.h | ||
FBoxSphereBounds GetDensityBounds() |
PCGPoint.h | ||
FVector GetExtents() |
PCGPoint.h | ||
FBox GetLocalBounds() |
PCGPoint.h | ||
FVector GetLocalCenter() |
PCGPoint.h | ||
FBox GetLocalDensityBounds() |
PCGPoint.h | ||
FVector GetLocalSize() |
PCGPoint.h | ||
FVector GetScaledExtents() |
PCGPoint.h | ||
FVector GetScaledLocalSize() |
PCGPoint.h | ||
void ResetPointCenter
(
const FVector& BoundsRatio |
PCGPoint.h | ||
bool Serialize
(
FStructuredArchive::FSlot Slot |
PCGPoint.h | ||
void SetExtents
(
const FVector& InExtents |
PCGPoint.h | ||
void SetLocalBounds
(
const FBox& InBounds |
PCGPoint.h | ||
void SetLocalCenter
(
const FVector& InCenter |
PCGPoint.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static TUniquePtr< IPCGAttributeAccessor > CreateCustomPropertyAccessor
(
FName Name |
PCGPoint.h | ||
static bool HasCustomPropertyGetterSetter
(
FName Name |
PCGPoint.h |