Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Metadata
Inheritance Hierarchy
- FPCGAttributePropertySelector
- FPCGAttributePropertyOutputSelector
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/Metadata/PCGAttributePropertySelector.h |
| Include | #include "Metadata/PCGAttributePropertySelector.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FPCGAttributePropertyOutputSelector : public FPCGAttributePropertySelector
Remarks
Struct that will default on .
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| FPCGAttributePropertyOutputSelector | CopyAndFixSource
(
const FPCGAttributePropertyInputSelector* InSourceSelector, |
Get a copy of the selector, with replaced by the right selector. | |
| bool | SerializeFromMismatchedTag
(
const FPropertyTag& Tag, |
To support previously saved nodes, that used FPCGAttributePropertySelector, we need to define this function to de-serialize the new class using the old. |