Navigation
API > API/Plugins > API/Plugins/GeometryCollectionNodes
Auto unwrap UVs for a specific UV channel
| Name | FAutoUnwrapUVDataflowNode |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/GeometryCollectionPlugin/Source/GeometryCollectionNodes/Public/Dataflow/GeometryCollectionUVNodes.h |
| Include Path | #include "Dataflow/GeometryCollectionUVNodes.h" |
Syntax
USTRUCT ()
struct FAutoUnwrapUVDataflowNode : public FDataflowNode
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FDataflowNode → FAutoUnwrapUVDataflowNode
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAutoUnwrapUVDataflowNode
(
const UE::Dataflow::FNodeParameters& InParam, |
Dataflow/GeometryCollectionUVNodes.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | |
|---|---|---|---|---|---|
| FaceSelection | DATAFLOW_NODE_DEFINE_INTERNAL(FAutoUnwrapUVDataflowNode, "AutoUnwrapUV", "GeometryCollection | UV", "") private FDataflowFaceSelection | Target Collection Faces to auto unwrap, no selection means all faces | Dataflow/GeometryCollectionUVNodes.h |
|
| GutterSize | int32 | Approximate space to leave between UV islands, measured in texels for 512x512 texture | Dataflow/GeometryCollectionUVNodes.h |
|
|
| UVChannel | int32 | UV channel to unwrap into ( 0 by default ) | Dataflow/GeometryCollectionUVNodes.h |
|
Functions
Public
Public Virtual
Overridden from FDataflowNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Evaluate
(
UE::Dataflow::FContext& Context, |
Dataflow/GeometryCollectionUVNodes.h |