
描述
# AI DataAsset
## Documentation
https://github.com/MZSH-UEPlugins/UEPluginDocs/blob/main/AIDataAsset/README.md
---
Automatic bidirectional binding between DataAssets and JSON files, enabling AI to directly modify DataAssets.
## Key Features
- Automatic export of DataAsset property changes to JSON
- Automatic import of JSON file changes back to DataAsset
- Timestamp-based smart sync on startup
- Perforce/Git/SVN auto-checkout support
- High-precision floating-point output
- Property name restoration (matches editor display names)
- Smart write (only writes when content actually changes)
## Use Cases
- AI workflows that modify game data through JSON
- Data exchange between DataAssets and external tools
- Team collaboration data synchronization

