Privacy and data handling¶
Vibe Blueprints performs graph conversion locally inside Unreal Editor.
The plugin does not¶
- host an AI model;
- require an AI API key;
- automatically send Blueprint data to a remote server;
- automatically upload project assets;
- monetize project data.
External AI services¶
When the user copies text and sends it to an external AI provider, that provider's privacy and retention policies apply.
Before sharing proprietary logic:
- review the provider's privacy settings;
- remove confidential names and asset paths when necessary;
- follow organizational data-handling requirements.
Optional Blueprint structure context¶
The optional structure block may include project-specific information such as:
- component names;
- hierarchy;
- selected component properties;
- asset references;
- collision and physics settings.
Disable the option when that context is not required.