Navigation
API > API/Plugins > API/Plugins/PCG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool PCGAttributeAccessorHelpers::IsPropertyAccessorSupported
(
const FProperty* InProperty |
Returns true if the property is supported by PCG types and has a conversion to a Metadata type. | Metadata/Accessors/PCGAttributeAccessorHelpers.h | |
bool PCGAttributeAccessorHelpers::IsPropertyAccessorSupported
(
const FName InPropertyName, |
Returns true if the property is supported by PCG types and has a conversion to a Metadata type. | Metadata/Accessors/PCGAttributeAccessorHelpers.h |
PCGAttributeAccessorHelpers::IsPropertyAccessorSupported(const FProperty *)
Description
Returns true if the property is supported by PCG types and has a conversion to a Metadata type.
| Name | PCGAttributeAccessorHelpers::IsPropertyAccessorSupported |
| 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::IsPropertyAccessorSupported
(
const FProperty * InProperty
)
}
PCGAttributeAccessorHelpers::IsPropertyAccessorSupported(const FName, const UStruct *)
Description
Returns true if the property is supported by PCG types and has a conversion to a Metadata type.
| Name | PCGAttributeAccessorHelpers::IsPropertyAccessorSupported |
| 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::IsPropertyAccessorSupported
(
const FName InPropertyName,
const UStruct * InStruct
)
}