Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGDataTypeInfo
Description
Can be overriden to have more restrictive compatibility based on the subtype. InType and OutType are expected to be already compatible without their subtype. InType is expected to be the type associated with this type info. Can also provide a custom compatibility message, instead of the generic "Not compatible"
Derived Overrides
| Name | IsCompatibleForSubtype |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/Registry/PCGDataType.h |
| Include Path | #include "Data/Registry/PCGDataType.h" |
virtual EPCGDataTypeCompatibilityResult IsCompatibleForSubtype
(
const FPCGDataTypeIdentifier & InType,
const FPCGDataTypeIdentifier & OutType,
FText * OptionalOutCompatibilityMessage
) const