Can Level blueprint be edited by several personal, and merged together after each person completed their editing

Can Level blueprint be edited by different personal, and merged together after each person completed their editing.

Hi!

No, that’s impossible. Base rule of the team work in UE4: “One Asset - One person”. All levels, materials, blueprints, etc. are stored as binary files by UE4. This means that git (or other systems of the Source Control) can’t merge them. The only way to resolve this kind of conflict is to back out one team member’s change.