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

Explicit connection between an output data pin of a source node and an input data pin of a target node. More...

#include <TaskGraphTemplate.h>

Public Attributes

int32_t SourceNodeID = NODE_INDEX_NONE
 
std::string SourcePinName
 
int32_t TargetNodeID = NODE_INDEX_NONE
 
std::string TargetPinName
 

Detailed Description

Explicit connection between an output data pin of a source node and an input data pin of a target node.

Definition at line 80 of file TaskGraphTemplate.h.

Member Data Documentation

◆ SourceNodeID

int32_t Olympe::DataPinConnection::SourceNodeID = NODE_INDEX_NONE

◆ SourcePinName

std::string Olympe::DataPinConnection::SourcePinName

◆ TargetNodeID

int32_t Olympe::DataPinConnection::TargetNodeID = NODE_INDEX_NONE

◆ TargetPinName

std::string Olympe::DataPinConnection::TargetPinName

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