![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
A single match returned by NodeSearchPalette::FuzzySearch(). More...
#include <NodeSearchPalette.h>
Public Attributes | |
| std::string | typeName |
| Internal type identifier (e.g. "Sequence") | |
| std::string | displayName |
| Human-readable label shown in the palette. | |
| NodeSearchCategory | category |
| int | score |
| Fuzzy match score; higher = better. | |
| std::string | name |
| Display name of the node type. | |
| std::string | category |
| Category label (e.g. "ControlFlow") | |
| std::string | description |
| Short human-readable description. | |
| std::string | nodeType |
| Internal type key (e.g. "Sequence") | |
| float | relevanceScore |
| Higher = better match. | |
A single match returned by NodeSearchPalette::FuzzySearch().
A single search result entry from the panel.
Definition at line 42 of file NodeSearchPalette.h.
| NodeSearchCategory Olympe::NodeSearchResult::category |
Definition at line 45 of file NodeSearchPalette.h.
| std::string Olympe::NodeSearchResult::category |
Category label (e.g. "ControlFlow")
Definition at line 38 of file NodeSearchPanel.h.
| std::string Olympe::NodeSearchResult::description |
Short human-readable description.
Definition at line 39 of file NodeSearchPanel.h.
| std::string Olympe::NodeSearchResult::displayName |
Human-readable label shown in the palette.
Definition at line 44 of file NodeSearchPalette.h.
| std::string Olympe::NodeSearchResult::name |
Display name of the node type.
Definition at line 37 of file NodeSearchPanel.h.
| std::string Olympe::NodeSearchResult::nodeType |
Internal type key (e.g. "Sequence")
Definition at line 40 of file NodeSearchPanel.h.
Referenced by Olympe::NodeSearchPanel::InitNodeCatalogue().
| float Olympe::NodeSearchResult::relevanceScore |
Higher = better match.
Definition at line 41 of file NodeSearchPanel.h.
Referenced by Olympe::NodeSearchPanel::UpdateQuery().
| int Olympe::NodeSearchResult::score |
Fuzzy match score; higher = better.
Definition at line 46 of file NodeSearchPalette.h.
Referenced by Olympe::NodeSearchPalette::FuzzySearch().
| std::string Olympe::NodeSearchResult::typeName |
Internal type identifier (e.g. "Sequence")
Definition at line 43 of file NodeSearchPalette.h.
Referenced by Olympe::NodeSearchPalette::InitNodeCatalog().