Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGPolygon2DData
Description
Return the associated domain ID for a given domain name in the selector. Must return "Invalid" if it is not supported. Each data is responsible to override this for every supported domain.
Virtual Inheritance
- UPCGData::GetMetadataDomainIDFromSelector → UPCGPolygon2DData::GetMetadataDomainIDFromSelector
| Name | GetMetadataDomainIDFromSelector |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Data/PCGPolygon2DData.h |
| Include Path | #include "Data/PCGPolygon2DData.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Data/PCGPolygon2DData.cpp |
virtual FPCGMetadataDomainID GetMetadataDomainIDFromSelector
(
const FPCGAttributePropertySelector & InSelector
) const