![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
#include <string>#include <vector>#include "NodeGraphManager.h"#include "../../Source/third_party/imgui/imgui.h"#include "../../Source/third_party/nlohmann/json.hpp"
Include dependency graph for BlueprintValidator.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Olympe::ValidationError |
| class | Olympe::BlueprintValidator |
| BlueprintValidator - Validates node graphs against catalogs Ensures type safety and parameter consistency Also provides JSON schema validation and normalization. More... | |
Namespaces | |
| namespace | Olympe |
Enumerations | |
| enum class | Olympe::ErrorSeverity { Olympe::Info , Olympe::Warning , Olympe::Error , Olympe::Critical } |