Navigation
API > API/Plugins > API/Plugins/PCG
Description
Returns true if the property chain exists, and the last property is supported by PCG types and has a conversion to a Metadata type. For deprecation, the default behavior will be to return the old accessors. For the new ones, set bUseGenericAccessor to true.
| Name | PCGAttributeAccessorHelpers::IsPropertyAccessorChainSupported |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/Accessors/PCGAttributeAccessorHelpers.h |
| Include Path | #include "Metadata/Accessors/PCGAttributeAccessorHelpers.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Metadata/Accessors/PCGAttributeAccessorHelpers.cpp |
namespace PCGAttributeAccessorHelpers
{
bool PCGAttributeAccessorHelpers::IsPropertyAccessorChainSupported
(
const TArray < FName > & InPropertyNames,
const UStruct * InStruct,
bool bUseGenericAccessor
)
}