Hello,
Right now the mapping of PrimitiveComponent to FastGeoComponent is stored in a static map in FastGeo::GetFastGeoComponentType(TSubclassOf<UPrimitiveComponent> InClass) and also in FFastGeoComponentCluster::AddComponent() switch.
If we make our own FastGeoComponent type we cannot use the Transformer out of the box anymore because the mapping is hard coded. Wondering if there could be a way to register our own type mapping though an event or config or something.
Thanks for the help
[Attachment Removed]