Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundRenderCost.h |
| Include | #include "MetasoundRenderCost.h" |
Syntax
class FNodeRenderCost
Remarks
FNodeRenderCost allows individual nodes to report their render cost.
FNodeRenderCost should be created with FGraphRenderCost::AddNode(...)
Constructors
| Type | Name | Description | |
|---|---|---|---|
| The default constructor is provided for convenience, but creating a FNodeRenderCost with the default constructor will allow any method for reading or accumulating a nodes render cost. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetRenderCost
(
float InCost |
Set the render cost of this node. |