Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FPCGDataTypeIdentifier
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool SupportsType
(
EPCGDataType OtherLegacyType |
Data/Registry/PCGDataTypeIdentifier.h | ||
bool SupportsType
(
const FPCGDataTypeIdentifier& Other |
Equivalent to IsSameType if it is not a composition. | Data/Registry/PCGDataTypeIdentifier.h |
SupportsType(EPCGDataType)
| Name | SupportsType |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/Registry/PCGDataTypeIdentifier.h |
| Include Path | #include "Data/Registry/PCGDataTypeIdentifier.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Data/Registry/PCGDataTypeIdentifier.cpp |
bool SupportsType
(
EPCGDataType OtherLegacyType
) const
SupportsType(const FPCGDataTypeIdentifier &)
Description
Equivalent to IsSameType if it is not a composition. Otherwise, return true if the OtherId is in the Ids.
| Name | SupportsType |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/Registry/PCGDataTypeIdentifier.h |
| Include Path | #include "Data/Registry/PCGDataTypeIdentifier.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Data/Registry/PCGDataTypeIdentifier.cpp |
bool SupportsType
(
const FPCGDataTypeIdentifier & Other
) const