Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGCreatePointsGridSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGCreatePointsGrid.h |
| Include | #include "Elements/PCGCreatePointsGrid.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGCreatePointsGridSettings : public UPCGSettings
Remarks
Creates a 2D or 3D grid of points.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCullPointsOutsideVolume | If true, points are removed if they are outside of the volume | |
| bool | bSetPointsBounds | If true, the bounds of the points are set to 50.0, if false, 1.0 | |
| FVector | CellSize | ||
| PRAGMA_ENABLE_DEPRECATION_WARNINGS EPCGCoordinateSpace | CoordinateSpace | Sets the generation referential of the points | |
| FVector | GridExtents | ||
| EPCGPointPosition | PointPosition |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| TArray< FPCGPinProperties > | Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | ||
| TArray< FPCGPinProperties > | |||
| void | PostLoad () |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS EPCGGridPivot | GridPivot_DEPRECATED | Sets the points transform to world or local space |