Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGDifferenceSettings
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Elements/PCGDifferenceElement.h |
| Include | #include "Elements/PCGDifferenceElement.h" |
Syntax
UCLASS&40;BlueprintType, ClassGroup&61;&40;Procedural&41;&41;
class UPCGDifferenceSettings : public UPCGSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bDiffMetadata | ||
| bool | bKeepZeroDensityPoints | If enabled, the output will not automatically filter out points with zero density. | |
| EPCGDifferenceDensityFunction | DensityFunction | The density function to use when recalculating the density after the operation. | |
| EPCGDifferenceMode | Mode | Describes how the difference operation will treat the output data: Continuous - Non-destructive data output will be maintained. |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyStructuralDeprecation
(
UPCGNode* InOutNode |
If settings require structural changes, this will apply them | |
| 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 > |