UIExtension Patch Notes (Project Overrides)¶
Date: 2026-02-03
Purpose: This file tracks any local modifications made to the UIExtension plugin so they can be reapplied after updating the plugin.
Summary¶
No source changes were made to the UIExtension plugin in this project. The plugin is used as‑is.
Integration Notes (Project Code Dependencies)¶
While the plugin itself is unchanged, project code assumes:
UUIExtensionPointWidgetexposes a UPROPERTY namedExtensionPointTag(from the plugin header). We avoid direct method calls and read the property via reflection in:Source/Metal_terra/Private/Core/TankBlueprintFunctionLibrary.cpp
If a future plugin update renames or removes ExtensionPointTag, update the reflection lookup.