![]() |
Olympe Engine 2.0
2D Game Engine with ECS Architecture
|
Describes an input or output parameter declared on a SubGraph file. More...
#include <TaskGraphTypes.h>
Public Attributes | |
| std::string | Name |
| Parameter name (must match binding keys) | |
| VariableType | Type = VariableType::None |
| Expected variable type. | |
Describes an input or output parameter declared on a SubGraph file.
Used in TaskGraphTemplate::InputParameters and TaskGraphTemplate::OutputParameters to describe the interface of a sub-graph that can receive and return values.
Definition at line 348 of file TaskGraphTypes.h.
| std::string Olympe::SubGraphParameterDef::Name |
Parameter name (must match binding keys)
Definition at line 349 of file TaskGraphTypes.h.
Referenced by Olympe::TaskGraphLoader::ParseSchemaV4().
| VariableType Olympe::SubGraphParameterDef::Type = VariableType::None |
Expected variable type.
Definition at line 350 of file TaskGraphTypes.h.