Navigation
API > API/Plugins > API/Plugins/PCG
Converts attribute sets to point data
| Name | UPCGConvertToPointDataSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGCollapseElement.h |
| Include Path | #include "Elements/PCGCollapseElement.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGConvertToPointDataSettings : public UPCGCollapseSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGCollapseSettings → UPCGConvertToPointDataSettings
Functions
Public
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetDefaultNodeName() |
Elements/PCGCollapseElement.h | ||
virtual FText GetDefaultNodeTitle() |
Elements/PCGCollapseElement.h |
Protected
Overridden from UPCGSettings
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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/PCGCollapseElement.h |