Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGConvertToAttributeSetSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGConvertToAttributeSet.h |
| Include | #include "Elements/PCGConvertToAttributeSet.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGConvertToAttributeSetSettings : public UPCGSettings
Remarks
Converts point data to an attribute set with one entry per point and the same attributes.
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| bool | GetCompactNodeIcon
(
FName& OutCompactNodeIcon |
Returns the icon to use instead of text in compact node form | |
| FName | |||
| FText | |||
| 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 > | |||
| bool | Puts node title on node body, reducing overall node size |