Navigation
API > API/Plugins > API/Plugins/PCG
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool PCG::Private::IsPCGType () |
Metadata/PCGMetadataAttributeTraits.h | ||
bool PCG::Private::IsPCGType
(
uint16 TypeId |
Metadata/PCGMetadataAttributeTraits.h |
PCG::Private::IsPCGType()
| Name | PCG::Private::IsPCGType |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTraits.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTraits.h" |
namespace PCG
{
namespace Private
{
template<typename T>
bool PCG::Private::IsPCGType()
}
}
PCG::Private::IsPCGType(uint16)
| Name | PCG::Private::IsPCGType |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Metadata/PCGMetadataAttributeTraits.h |
| Include Path | #include "Metadata/PCGMetadataAttributeTraits.h" |
namespace PCG
{
namespace Private
{
bool PCG::Private::IsPCGType
(
uint16 TypeId
)
}
}