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

UI Properties panel for a Variable node – variable selector. More...

#include <string>
#include <vector>
#include <functional>
#include "../../TaskSystem/TaskGraphTemplate.h"
+ Include dependency graph for VariablePropertyPanel.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Olympe::VariablePropertyPanel
 ImGui sub-panel for editing Variable node's blackboard variable selection. More...
 

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Detailed Description

UI Properties panel for a Variable node – variable selector.

Author
Olympe Engine
Date
2026-03-20

VariablePropertyPanel renders the Properties panel for a selected Variable (GetBBValue) node. It provides a variable dropdown selector identical to GetBBValuePropertyPanel.

Phase 24.1: Data Pure Nodes

C++14 compliant — no std::optional, structured bindings, std::filesystem.

Definition in file VariablePropertyPanel.h.