Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FGraphRenderCost
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundRenderCost.h |
| Include | #include "MetasoundRenderCost.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundRenderCost.cpp |
FNodeRenderCost AddNode
(
const FGuid & InNodeInstanceID,
const FMetasoundEnvironment & InEnv
)
Remarks
Add a node to the graph's render cost. FNodeRenderCost object for reporting the render cost of individual nodes.
Parameters
| Name | Description |
|---|---|
| InNodeInstanceID | ID of the node to add. |
| InEnv | The environment used to create the node. |