Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Classes | Namespaces
SubGraphFilePickerModal.h File Reference

ImGui modal for selecting SubGraph files (Phase 26). More...

#include <string>
#include <vector>
+ Include dependency graph for SubGraphFilePickerModal.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Olympe::SubGraphFilePickerModal
 ImGui modal dialog for selecting SubGraph blueprint files. More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Detailed Description

ImGui modal for selecting SubGraph files (Phase 26).

Author
Olympe Engine
Date
2026-03-10

Provides a file browser dialog for users to select .json blueprint files to use as SubGraph nodes. Follows the same pattern as SwitchCaseEditorModal: copy-on-open, confirm to apply, cancel to discard.

Definition in file SubGraphFilePickerModal.h.