SuperMap Hi-Fi 3D SDK for Unreal New Features
Historical Version New Features
SuperMap Hi-Fi 3D SDK for Unreal 2026
Version: 12.1.0.0, Release Date: 2026.06
- Optimized added access to *.shp vector data, enables the attachment of blueprints/labels/vegetation based on point data, setting display styles and flow effects for line data, and setting display styles and stretching effects for area data. (Associated interface: Style3D SetAnimationSetting, Style3D. GetAnimationSetting, Style3D. SetBluePrintAssetStyle, Style3D. GetBluePrintAssetStyle, Th eme3D, Theme3DCustom, Theme3DUnique, Theme3DUniqueItem, AnimationSetting, RenderObjectStyle, RenderPoint3DStyle).
- Optimized roaming animations can be exported as videos.
- Optimized support for touch screens, allowing users to pan, zoom, rotate, and pitch the scene through gestures, and it also supports automatic switching with mouse control. (the interface: RealspaceView. OnTouchBegin, RealspaceView. OnTouchEnd, RealspaceView. OnTouchMove).
- Optimizedpermission control achieve unified management and control over all functions. The permission login interface has added functions such as remembering passwords, retrieving passwords, and handling permission occupation.
C++ Interface Change List
| No. | Module | Change Description |
|---|---|---|
| 1 | SuperMapSDK :: UnrealEngine :: ControlUE |
RealspaceView class,added OnTouchBegin(int type, float Value, FVector center) function、OnTouchEnd(int type, float Value, FVector center) function、OnTouchMove(int type, float Value, FVector center) function |
| 2 | SuperMapSDK:: UnrealEngine:: Core | added Theme3D class、Theme3DCustom : public Theme3D class、Theme3DUnique : public Theme3D class、Theme3DUniqueItem class、AnimationSetting class、RenderObjectStyle class、RenderPoint3DStyle:Public RenderObjectStyle class |