Navigation
API > API/Plugins > API/Plugins/PCG
| Name | FCollapsePointsSettings |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGCollapsePoints.h |
| Include Path | #include "Elements/PCGCollapsePoints.h" |
Syntax
struct FCollapsePointsSettings
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| GetPointPositionFuncType | FVector(*)(const TArray< FTransform > &,const UPCGBasePointData *, int32) | Elements/PCGCollapsePoints.h | |
| GetPointReferenceFuncType | PCGPointOctree::FPointRef(*)(const TArray< FTransform > &, const UPCGBasePointData *, int32) | Elements/PCGCollapsePoints.h | |
| GetPointRefFuncType | FPCGPointRef(*)(const FPCGPoint &) | Elements/PCGCollapsePoints.h | |
| GetPointSearchBoundsFuncType | FBoxCenterAndExtent(*)(const TArray< FTransform > &, const UPCGBasePointData *, int32, const double &) | Elements/PCGCollapsePoints.h | |
| GetPositionFuncType | FVector(*)(const FPCGPoint &) | Elements/PCGCollapsePoints.h | |
| GetSearchBoundsFuncType | FBoxCenterAndExtent(*)(const FPCGPoint &, const double &) | Elements/PCGCollapsePoints.h | |
| MergeSelectionFuncType | void(*)(FPCGContext *, const FCollapsePointsSettings &, FCollapsePointsState &) | Elements/PCGCollapsePoints.h | |
| PairSelectionFuncType | bool(*)(FPCGContext *, const FCollapsePointsSettings &, FCollapsePointsState &) | Elements/PCGCollapsePoints.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DistanceThreshold | double | Elements/PCGCollapsePoints.h | ||
| GetPointPositionFunc | GetPointPositionFuncType | Elements/PCGCollapsePoints.h | ||
| GetPointReferenceFunc | GetPointReferenceFuncType | Elements/PCGCollapsePoints.h | ||
| GetPointRefFunc | GetPointRefFuncType | Elements/PCGCollapsePoints.h | ||
| GetPointSearchBoundsFunc | GetPointSearchBoundsFuncType | Elements/PCGCollapsePoints.h | ||
| GetPositionFunc | GetPositionFuncType | Elements/PCGCollapsePoints.h | ||
| GetSearchBoundsFunc | GetSearchBoundsFuncType | Elements/PCGCollapsePoints.h | ||
| MergeSelectionFunc | MergeSelectionFuncType | Elements/PCGCollapsePoints.h | ||
| PairSelectionFunc | PairSelectionFuncType | Elements/PCGCollapsePoints.h | ||
| Settings | const UPCGCollapsePointsSettings * | Elements/PCGCollapsePoints.h |