unreal.PCGPointProperties

class unreal.PCGPointProperties

Bases: EnumBase

EPCGPoint Properties

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGPoint.h

BOUNDS_MAX: PCGPointProperties = Ellipsis

Maximum corner of the point’s bounds in local space.

Type:

2

BOUNDS_MIN: PCGPointProperties = Ellipsis

Minimum corner of the point’s bounds in local space.

Type:

1

COLOR: PCGPointProperties = Ellipsis

An RGBA (four channel) color value.

Type:

4

DENSITY: PCGPointProperties = Ellipsis

When points are sampled, this density value represents the highest value of the density function within that point’s volume. It is also used as a weighted value, for example, when testing points against a threshold in filtering operations.

Type:

0

EXTENTS: PCGPointProperties = Ellipsis

Half the local space difference between the maximum and minimum bounds of the point’s volume. Can be used with the point’s position to represent the volume.

Type:

3

LOCAL_CENTER: PCGPointProperties = Ellipsis

The local center location of the point’s volume, halfway between the minimum and maximum bounds.

Type:

10

LOCAL_SIZE: PCGPointProperties = Ellipsis

The difference between the maximum and minimum bounds of the point.

Type:

12

POSITION: PCGPointProperties = Ellipsis

Location component of the point’s transform.

Type:

5

ROTATION: PCGPointProperties = Ellipsis

Rotation component of the point’s transform.

Type:

6

SCALE: PCGPointProperties = Ellipsis

Scale component of the point’s transform.

Type:

7

SCALED_LOCAL_SIZE: PCGPointProperties = Ellipsis

The difference between the maximum and minimum bounds of the point, after only the scale has been applied.

Type:

13

SEED: PCGPointProperties = Ellipsis

Used to seed random processes during various operations.

Type:

11

STEEPNESS: PCGPointProperties = Ellipsis

A normalized value that establishes how ‘hard’ or ‘soft’ that volume will be represented. From 0, it will ramp up linearly increasing its influence over the density from the point’s center to up to two times the bounds. At 1, it will represent a binary box function with the size of the point’s bounds.

Type:

9

TRANSFORM: PCGPointProperties = Ellipsis

The point’s transform.

Type:

8