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
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AttributeToConvert | TMap< FPCGAttributePropertyInputSelector, FPCGAttributePropertyOutputSelector > | Can remap attribute to point properties at the same time. | Elements/PCGCollapseElement.h |
|
| bDeleteOriginalRemappedAttribute | bool | When an attribute is remapped, delete the original. | Elements/PCGCollapseElement.h |
|
| bMatchAttributeNamesWithPropertyNames | bool | Try to match attribute names that matches point property names to automatically set them. | Elements/PCGCollapseElement.h |
|
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 |