Request: FastGeoWorldPartitionRuntimeCellTransformer extension point to implement our own FastGeo Components and still use the Transformer

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]

Hello!

Thanks for the suggestion. I file a feature request so the team can consider adding this to a future release.

Martin

[Attachment Removed]