Navigation
API > API/Plugins > API/Plugins/PCG
| Name | UPCGDifferenceSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGDifferenceElement.h |
| Include Path | #include "Elements/PCGDifferenceElement.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGDifferenceSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGDifferenceSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDiffMetadata | bool | Elements/PCGDifferenceElement.h |
|
|
| bKeepZeroDensityPoints | bool | If enabled, the output will not automatically filter out points with zero density. | Elements/PCGDifferenceElement.h |
|
| DensityFunction | EPCGDifferenceDensityFunction | The density function to use when recalculating the density after the operation. | Elements/PCGDifferenceElement.h |
|
| Mode | EPCGDifferenceMode | Describes how the difference operation will treat the output data: Continuous - Non-destructive data output will be maintained. | Elements/PCGDifferenceElement.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyStructuralDeprecation
(
UPCGNode* InOutNode |
If settings require structural changes, this will apply them | Elements/PCGDifferenceElement.h | |
virtual FString GetAdditionalTitleInformation() |
Derived classes can implement this to expose additional information or context, such as an asset in use by the node. | Elements/PCGDifferenceElement.h | |
virtual FName GetDefaultNodeName() |
Elements/PCGDifferenceElement.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGDifferenceElement.h | ||
virtual FText GetNodeTooltipText() |
Elements/PCGDifferenceElement.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGDifferenceElement.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGDifferenceElement.h | ||
virtual TArray< FPCGPinProperties > InputPinProperties() |
Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | Elements/PCGDifferenceElement.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGDifferenceElement.h |