Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGElevationIsolinesSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGElevationIsolines.h |
| Include | #include "Elements/PCGElevationIsolines.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGElevationIsolinesSettings : public UPCGSettings
Remarks
Compute the elevation isolines of a surface, can output either points or splines. Currently only work for Z-up surfaces.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAddTagOnOutputForSameElevation | Can add a tag (integer) to group output data that are at the same elevation. | |
| bool | bLinearSpline | Spline can either be curved or linear. | |
| bool | bOutputAsSpline | Will output splines rather than points. | |
| bool | bProjectSurfaceNormal | Option to either have Z up or project the surface normal at this position (similar to project rotations on the projection node). | |
| double | ElevationEnd | Maximum elevation of the isolines. | |
| double | ElevationIncrement | Increment elevation between each isolines. | |
| double | ElevationStart | Minimum elevation of the isolines. | |
| double | Resolution | Resolution of the grid for the discretization of the surface. This is the size of one cell, in cm. |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| 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 > |