Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Set the vertex color of the collection based on the selection set.
| Name | FSetVertexColorFromVertexIndicesDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/SetVertexColorFromVertexIndicesNode.h |
| Include Path | #include "Dataflow/SetVertexColorFromVertexIndicesNode.h" |
Syntax
USTRUCT ()
struct FSetVertexColorFromVertexIndicesDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FSetVertexColorFromVertexIndicesDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSetVertexColorFromVertexIndicesDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/SetVertexColorFromVertexIndicesNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| SelectedColor | FLinearColor | Selected vertex color | Dataflow/SetVertexColorFromVertexIndicesNode.h |
|
|
| VertexIndicesIn | DATAFLOW_NODE_DEFINE_INTERNAL(FSetVertexColorFromVertexIndicesDataflowNode, "SetVertexColorFromVertexIndices", "Collection | Utilities", "") public TArray< int32 > | Collection Passthrough Vertex indices set | Dataflow/SetVertexColorFromVertexIndicesNode.h |
|
Functions
Public
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/SetVertexColorFromVertexIndicesNode.h |