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

Pin name and type helper methods for VisualScriptEditorPanel. 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 "../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_PinHelpers.cpp:

Go to the source code of this file.

Namespaces

namespace  Olympe
 < Provides AssetID and INVALID_ASSET_ID
 

Detailed Description

Pin name and type helper methods for VisualScriptEditorPanel.

Author
Olympe Engine
Date
2026-03-09

This file contains utility methods for querying pin information:

These helpers are used throughout the editor for:

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

Definition in file VisualScriptEditorPanel_PinHelpers.cpp.