SmartEngine  1.6.0
Public Attributes | List of all members
SmartEngine::ConcatNodeCInfo Struct Reference

Data used to construct a concat node instance More...

#include <CommonNodes.h>

Inheritance diagram for SmartEngine::ConcatNodeCInfo:
SmartEngine::GraphNodeCInfo

Public Attributes

IGraphNode *const * inputs = nullptr
 Array of node inputs More...
 
int inputCount = 0
 Node input array count More...
 
- Public Attributes inherited from SmartEngine::GraphNodeCInfo
const char * name = nullptr
 The name of this node. More...
 
IContextcontext = nullptr
 Context this node belongs to. Only graph nodes of the same context can be connected. More...
 

Detailed Description

Data used to construct a concat node instance

Member Data Documentation

◆ inputCount

int SmartEngine::ConcatNodeCInfo::inputCount = 0

Node input array count

◆ inputs

IGraphNode* const* SmartEngine::ConcatNodeCInfo::inputs = nullptr

Array of node inputs