Navigation
API > API/Plugins > API/Plugins/PCG
Separates data on whether they have a specific metadata attribute, depending on some criteria on attribute values.
| Name | UPCGFilterByAttributeSettings |
| Type | class |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGFilterByAttribute.h |
| Include Path | #include "Elements/PCGFilterByAttribute.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, ClassGroup=(Procedural))
class UPCGFilterByAttributeSettings : public UPCGFilterDataBaseSettings
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UPCGData → UPCGSettingsInterface → UPCGSettings → UPCGFilterDataBaseSettings → UPCGFilterByAttributeSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Attribute | FName | Comma-separated list of attributes to look for | Elements/PCGFilterByAttribute.h |
|
| bIgnoreProperties | bool | Controls whether properties (denoted by $) will be considered in the filter or not. | Elements/PCGFilterByAttribute.h |
|
| FilterByValueMode | EPCGFilterByAttributeValueMode | Elements/PCGFilterByAttribute.h |
|
|
| FilterMode | EPCGFilterByAttributeMode | Elements/PCGFilterByAttribute.h |
|
|
| FilterOperator | EPCGAttributeFilterOperator | Elements/PCGFilterByAttribute.h |
|
|
| MaxThreshold | FPCGFilterByAttributeThresholdSettingsRange | Elements/PCGFilterByAttribute.h |
|
|
| MetadataDomain | FName | Domain to target for filtering existence | Elements/PCGFilterByAttribute.h |
|
| MinThreshold | FPCGFilterByAttributeThresholdSettingsRange | Threshold property/attribute/constant related properties | Elements/PCGFilterByAttribute.h |
|
| Operator | EPCGStringMatchingOperator | Elements/PCGFilterByAttribute.h |
|
|
| TargetAttribute | FPCGAttributePropertyInputSelector | Elements/PCGFilterByAttribute.h |
|
|
| Threshold | FPCGFilterByAttributeThresholdSettings | Elements/PCGFilterByAttribute.h |
|