Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGAttributePropertyInputSelect-
Description
To support previously saved nodes, that used FPCGAttributePropertySelector, we need to define this function to de-serialize the new class using the old. And add a trait (see below).
| Name | SerializeFromMismatchedTag |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGAttributePropertySelector.h |
| Include Path | #include "Metadata/PCGAttributePropertySelector.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Metadata/PCGAttributePropertySelector.cpp |
bool SerializeFromMismatchedTag
(
const struct FPropertyTag & Tag,
FStructuredArchive::FSlot Slot
)