Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGSelfPruningSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSelfPruning.h |
| Include | #include "Elements/PCGSelfPruning.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGSelfPruningSettings : public UPCGSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPCGSelfPruningParameters | Parameters |
Constructors
No constructors are accessible with public or protected access.
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| TArray< FPCGPinProperties > | Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | ||
| TArray< FPCGPinProperties > |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRandomizedPruning_DEPRECATED | ||
| EPCGSelfPruningType | PruningType_DEPRECATED | ||
| float | RadiusSimilarityFactor_DEPRECATED |