Navigation
API > API/Plugins > API/Plugins/PCG
| |
|
| Name |
FExecState |
| Type |
struct |
| Header File |
/Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGClusterElement.h |
| Include Path |
#include "Elements/PCGClusterElement.h" |
Syntax
struct FExecState
Typedefs
| Name |
Type |
Remarks |
Include Path |
| AlgoSignature |
bool(*)(FPCGContext *Context, FClusteringData &ClusteringData, const int MaxIterations) |
|
Elements/PCGClusterElement.h |
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bSelectRandomCentroids |
bool |
|
Elements/PCGClusterElement.h |
|
| ClusteringFunction |
AlgoSignature |
|
Elements/PCGClusterElement.h |
|
| InitialCentroids |
TArray< FVector > |
|
Elements/PCGClusterElement.h |
|