Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
Inheritance Hierarchy
- UObject
- UPCGData
- UPCGSettingsInterface
- UPCGSettings
- UPCGGetAttributesSettings
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGGetDataInfo.h |
| Include | #include "Elements/PCGGetDataInfo.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGGetAttributesSettings : public UPCGSettings
Remarks
Extracts the list of attribute on data to an attribute set with one entry per attribute.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bGetDefaultValue | Controls whether the default value for the attribute will be extracted into the 'DefaultValue' attribute (as a string). | |
| bool | bGetType | Controls whether the attribute types will be extracted into the 'Type' attribute (as a name). |
Overridden from UPCGSettings
| Type | Name | Description | |
|---|---|---|---|
| FPCGElementPtr | |||
| FName | |||
| FText | |||
| FText | |||
| EPCGSettingsType | GetType () |
||
| TArray< FPCGPinProperties > |