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

Panel for executing and testing blueprint graphs with simulation. More...

#include <string>
#include <vector>
#include <memory>
#include "../TaskSystem/TaskGraphTemplate.h"
#include "GraphExecutionSimulator.h"
#include "GraphExecutionTracer.h"
#include "BlueprintValidator.h"
+ Include dependency graph for ExecutionTestPanel.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Olympe::ExecutionTestPanel
 ImGui panel for blueprint execution testing and validation. More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Detailed Description

Panel for executing and testing blueprint graphs with simulation.

Author
Olympe Engine
Date
2026-03-24

ExecutionTestPanel provides the UI for running execution simulation on blueprints, displaying trace logs, and checking for logic errors. Integrates with GraphExecutionSimulator and GraphExecutionTracer.

Phase 24.3 — Blueprint validation with execution simulation. C++14 compliant.

Definition in file ExecutionTestPanel.h.