Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGData
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.
Derived Overrides
- UPCGBasePointData::GetMetadataDomainIDFromSelector
- UPCGParamData::GetMetadataDomainIDFromSelector
- UPCGPolygon2DData::GetMetadataDomainIDFromSelector
- UPCGSplineData::GetMetadataDomainIDFromSelector
| Name | GetMetadataDomainIDFromSelector |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/PCGData.h |
| Include Path | #include "PCGData.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/PCGData.cpp |
virtual FPCGMetadataDomainID GetMetadataDomainIDFromSelector
(
const FPCGAttributePropertySelector & InSelector
) const