NodeWithAssetId Struct Reference

#include <nodesgraph_helpers.h>

Detailed Description

Tuple like struct to hold a node and its asset identifier. A node can have multiple nested base NodeSystem, each having a specific identifier.

See also
NodesGraphHelpersInterface::FindNodesBasedOnAssetId.

Public Member Functions

 MAXON_STRUCT_TUPLE (NodeWithAssetId, _node, _assetAid)
 

Public Attributes

GraphNode _node
 
IdAndVersion _assetAid
 

Member Function Documentation

◆ MAXON_STRUCT_TUPLE()

MAXON_STRUCT_TUPLE ( NodeWithAssetId  ,
_node  ,
_assetAid   
)

Member Data Documentation

◆ _node

The node.

◆ _assetAid

IdAndVersion _assetAid

On one the node's base asset.