Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGMetadataAttributeDesc
Description
Return true if we can write this descriptor type into the other descriptor type. (i.e. if this is a AActor*, it is compatible to UObject*)
| Name | IsCompatible |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataCommon.h |
| Include Path | #include "Metadata/PCGMetadataCommon.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Metadata/PCGMetadataCommon.cpp |
bool IsCompatible
(
const FPCGMetadataAttributeDesc & Other
) const