Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGDifferenceSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGDifferenceElement.h |
| Include | #include "Elements/PCGDifferenceElement.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
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 | |||
| FString | Derived classes can implement this to expose additional information or context, such as an asset in use by the node. | ||
| 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 > |