Navigation
API > API/Plugins > API/Plugins/PCG
Pass-through node that allows interactive point editing anywhere in the graph. Connect it after any node that produces PCGPointData to enable the Edit Points viewport tool on those points.
| Name | UPCGEditPointsSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGEditPoints.h |
| Include Path | #include "Elements/PCGEditPoints.h" |
Syntax
UCLASS (BlueprintType, ClassGroup=(Procedural))
class UPCGEditPointsSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGEditPointsSettings