Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGCreatePointsSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGCreatePoints.h |
| Include | #include "Elements/PCGCreatePoints.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGCreatePointsSettings : public UPCGSettings
Remarks
Creates point data from a provided list of points.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCullPointsOutsideVolume | If true, points are removed if they are outside of the volume | |
| PRAGMA_ENABLE_DEPRECATION_WARNINGS EPCGCoordinateSpace | CoordinateSpace | Sets the generation referential of the points | |
| TArray< FPCGPoint > | PointsToCreate |
Constructors
| Type | Name | Description | |
|---|---|---|---|
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 EPCGLocalGridPivot | GridPivot_DEPRECATED | Sets the points transform to world or local space |