Navigation
API > API/Plugins > API/Plugins/PCG
Description
Returns the metadata type associated with this property. For deprecation, the default behavior will be to return the old accessors. For the new ones, set bUseGenericAccessor to true.
| Name | PCGAttributeAccessorHelpers::GetMetadataTypeForProperty |
| 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
{
EPCGMetadataTypes PCGAttributeAccessorHelpers::GetMetadataTypeForProperty
(
const FProperty * InProperty,
bool bUseGenericAccessor
)
}