Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGInnerIntersectionSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGInnerIntersectionElement.h |
| Include | #include "Elements/PCGInnerIntersectionElement.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGInnerIntersectionSettings : public UPCGSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bKeepZeroDensityPoints | If enabled, output points with a density value of 0 will NOT be automatically filtered out. | |
| EPCGIntersectionDensityFunction | DensityFunction |
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. | ||
| bool | If node disabled, don't intersect - pass through first edge. | ||
| TArray< FPCGPinProperties > |