Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Namespaces
VisualScriptEditorPanel_Properties.cpp File Reference

Properties panel rendering methods for VS graph node editors (Phase 10). More...

#include "VisualScriptEditorPanel.h"
#include "DebugController.h"
#include "AtomicTaskUIRegistry.h"
#include "ConditionRegistry.h"
#include "OperatorRegistry.h"
#include "BBVariableRegistry.h"
#include "MathOpOperand.h"
#include "../system/system_utils.h"
#include "../system/system_consts.h"
#include <unordered_map>
#include "../NodeGraphCore/GlobalTemplateBlackboard.h"
#include "../third_party/imgui/imgui.h"
#include "../third_party/imnodes/imnodes.h"
#include "../json_helper.h"
#include "../TaskSystem/TaskGraphLoader.h"
#include <fstream>
#include <iostream>
#include <algorithm>
#include <cmath>
#include <cstring>
#include <sstream>
#include <iomanip>
#include <cstdlib>
#include <unordered_set>
+ Include dependency graph for VisualScriptEditorPanel_Properties.cpp:

Go to the source code of this file.

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Detailed Description

Properties panel rendering methods for VS graph node editors (Phase 10).

Author
Olympe Engine
Date
2026-03-15

This file contains 5 methods extracted from VisualScriptEditorPanel.cpp for better code organization and maintainability:

These methods handle all UI rendering for the Properties panel on the right side of the editor, supporting type-specific field editing with undo/redo integration.

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

Definition in file VisualScriptEditorPanel_Properties.cpp.