Olympe Engine 2.0
2D Game Engine with ECS Architecture
Loading...
Searching...
No Matches
Public Attributes | List of all members
Olympe::SubGraphParameterDef Struct Reference

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.
 

Detailed Description

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.

Member Data Documentation

◆ Name

std::string Olympe::SubGraphParameterDef::Name

Parameter name (must match binding keys)

Definition at line 349 of file TaskGraphTypes.h.

Referenced by Olympe::TaskGraphLoader::ParseSchemaV4().

◆ Type

VariableType Olympe::SubGraphParameterDef::Type = VariableType::None

Expected variable type.

Definition at line 350 of file TaskGraphTypes.h.


The documentation for this struct was generated from the following file: