Navigation
API > API/Plugins > API/Plugins/GeometryScriptingCore > API/Plugins/GeometryScriptingCore/GeometryScript
References
| Module | GeometryScriptingCore |
| Header | /Engine/Plugins/Runtime/GeometryScripting/Source/GeometryScriptingCore/Public/GeometryScript/PointSetFunctions.h |
| Include | #include "GeometryScript/PointSetFunctions.h" |
Syntax
USTRUCT (BlueprintType )
struct FGeometryScriptPointClusteringOptions
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FVector > | InitialClusterCenters | If not empty, will be used instead of Target Num Clusters. | |
| EGeometryScriptInitKMeansMethod | InitializeMethod | Method to initialize the cluster centers, if Initial Cluster Centers is empty | |
| int32 | MaxIterations | Maximum iterations to run the clustering process. Will stop earlier if/when clustering converges. | |
| int32 | RandomSeed | Random Seed used to initialize clustering, if the Random cluster initialization is chosen | |
| int | TargetNumClusters | Number of clusters requested, if Initial Cluster Centers is empty. |