and method
Combines this with other using a logical AND operation.
Implementation
FPlatformVariantConstraint and(FPlatformVariantConstraint other) => FPlatformVariantConstraint._(And(this, other));
Combines this with other using a logical AND operation.
FPlatformVariantConstraint and(FPlatformVariantConstraint other) => FPlatformVariantConstraint._(And(this, other));