Navigation
API > API/Plugins > API/Plugins/PCG
Clips paths (points or splines) using provided polygons
| Name | UPCGClipPathsSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/Polygon/PCGClipPaths.h |
| Include Path | #include "Elements/Polygon/PCGClipPaths.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGClipPathsSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGClipPathsSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Operation | EPCGClipPathOperation | Controls whether the paths will be clipped to be inside or outside the clip polygons. | Elements/Polygon/PCGClipPaths.h |
|
| SplineMaxDiscretizationError | double | Maximum squared distance before we need to subdivide a segment again as part of the spline discretization to a polygon. | Elements/Polygon/PCGClipPaths.h |
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyDeprecationBeforeUpdatePins
(
UPCGNode* InOutNode, |
UpdatePins will kick off invalid edges, so this is useful for moving edges around in case of pin changes. | Elements/Polygon/PCGClipPaths.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/Polygon/PCGClipPaths.h | |
virtual FName GetDefaultNodeName() |
Elements/Polygon/PCGClipPaths.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/Polygon/PCGClipPaths.h | ||
virtual FText GetNodeTooltipText() |
Elements/Polygon/PCGClipPaths.h | ||
virtual EPCGSettingsType GetType() |
Elements/Polygon/PCGClipPaths.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/Polygon/PCGClipPaths.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/Polygon/PCGClipPaths.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/Polygon/PCGClipPaths.h |