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

Explicit connection between a named exec-out pin of a source node and the exec-in pin of a target node. More...

#include <TaskGraphTemplate.h>

Public Attributes

int32_t SourceNodeID = NODE_INDEX_NONE
 
std::string SourcePinName
 e.g. "Then", "Else", "Loop", "Completed"
 
int32_t TargetNodeID = NODE_INDEX_NONE
 
std::string TargetPinName
 e.g. "In"
 

Detailed Description

Explicit connection between a named exec-out pin of a source node and the exec-in pin of a target node.

Definition at line 68 of file TaskGraphTemplate.h.

Member Data Documentation

◆ SourceNodeID

int32_t Olympe::ExecPinConnection::SourceNodeID = NODE_INDEX_NONE

◆ SourcePinName

std::string Olympe::ExecPinConnection::SourcePinName

◆ TargetNodeID

int32_t Olympe::ExecPinConnection::TargetNodeID = NODE_INDEX_NONE

◆ TargetPinName

std::string Olympe::ExecPinConnection::TargetPinName

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