Skip to main content

Module sync_manager

Module sync_manager 

Source
Expand description

蓝图代码同步管理器

核心功能:

  1. sync_code_to_blueprint - 代码变更 → 蓝图更新
  2. sync_blueprint_to_code - 蓝图设计 → 代码生成
  3. 冲突检测和解决机制

Structs§

BlueprintCodeSyncManager
蓝图代码同步管理器
CodeGenerationResult
代码生成结果
Conflict
冲突信息
SyncOptions
同步选项
SyncResult
同步结果

Enums§

ConflictResolution
冲突解决方案
ConflictType
冲突类型

Functions§

sync_blueprint_to_code
蓝图同步到代码
sync_code_to_blueprint
代码同步到蓝图