unreal.PCGPointProperties

class unreal.PCGPointProperties

Bases: EnumBase

EPCGPoint Properties

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGPoint.h

BOUNDS_MAX: PCGPointProperties

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

Type:

2

BOUNDS_MIN: PCGPointProperties

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

Type:

1

COLOR: PCGPointProperties

An RGBA (four channel) color value.

Type:

4

DENSITY: PCGPointProperties

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

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

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

Type:

10

LOCAL_SIZE: PCGPointProperties

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

Type:

12

POSITION: PCGPointProperties

Location component of the point’s transform.

Type:

5

ROTATION: PCGPointProperties

Rotation component of the point’s transform.

Type:

6

SCALE: PCGPointProperties

Scale component of the point’s transform.

Type:

7

SCALED_LOCAL_SIZE: PCGPointProperties

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

Type:

13

SEED: PCGPointProperties

Used to seed random processes during various operations.

Type:

11

STEEPNESS: PCGPointProperties

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

The point’s transform.

Type:

8