Navigation
API > API/Plugins > API/Plugins/PCG
| Name | UPCGSelfPruningSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGSelfPruning.h |
| Include Path | #include "Elements/PCGSelfPruning.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGSelfPruningSettings : public UPCGSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGSelfPruningSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UPCGSelfPruningSettings() |
Elements/PCGSelfPruning.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Parameters | FPCGSelfPruningParameters | Elements/PCGSelfPruning.h |
|
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDefaultNodeName() |
Elements/PCGSelfPruning.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGSelfPruning.h | ||
virtual EPCGSettingsType GetType() |
Elements/PCGSelfPruning.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FPCGElementPtr CreateElement() |
Elements/PCGSelfPruning.h | ||
virtual TArray< FPCGPinProperties > InputPinProperties() |
Returns an array of all the input pin properties. You should not add manually a "params" pin, it is handled automatically by FillOverridableParamsPins. | Elements/PCGSelfPruning.h | |
virtual TArray< FPCGPinProperties > OutputPinProperties() |
Elements/PCGSelfPruning.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bRandomizedPruning_DEPRECATED | bool | Elements/PCGSelfPruning.h | ||
| PruningType_DEPRECATED | EPCGSelfPruningType | Elements/PCGSelfPruning.h | ||
| RadiusSimilarityFactor_DEPRECATED | float | Elements/PCGSelfPruning.h |