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

Dynamically binds a node to a component input. More...

#include <Graph.h>

Public Attributes

const char * componentInputName = nullptr
 The name component input node in the graph More...
 
IGraphNodeinputNode = nullptr
 The node to become the input into the component More...
 

Detailed Description

Dynamically binds a node to a component input.

Used by IGraph::BindComponentInputs(). Component inputs not bounds will be bound with a buffer input.

Binding must happen before the graph is evaluated for the first time.

Member Data Documentation

◆ componentInputName

const char* SmartEngine::ComponentInputBinding::componentInputName = nullptr

The name component input node in the graph

◆ inputNode

IGraphNode* SmartEngine::ComponentInputBinding::inputNode = nullptr

The node to become the input into the component