Navigation
API > API/Plugins > API/Plugins/DataflowNodes
How the map stored on the AddWeightMapNode should be applied to an existing map. If no map exists, it is treated as zero.
| Name | EDataflowWeightMapOverrideType |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Dataflow/Source/DataflowNodes/Public/Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h |
| Include Path | #include "Dataflow/DataflowCollectionAddScalarVertexPropertyNode.h" |
Syntax
enum EDataflowWeightMapOverrideType
{
ReplaceAll,
AddDifference,
ReplaceChanged,
}
Values
| Name | Remarks |
|---|---|
| ReplaceAll | Replace all the values. |
| AddDifference | Add the values difference to the input one. |
| ReplaceChanged | Replace only the values that has changed. |