This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
UVResizeController (v1) Experimental
UV Resizing logic. Returns whether this dynamic mesh is suitable for UV resizing and which UV channels to use.
Input(s) : Mesh - The input/output Dataflow mesh.
Output(s): Mesh [Passthrough] - The input/output Dataflow mesh. UVChannelIndices - The UV channels to resize. SourceUVChannelIndices - The matching UV channels on the original source mesh. bHasUVChannelsToResize - Whether the input mesh has any UV channels to resize.
Information
| Module | MeshResizingDataflowNodes |
| Category | MeshResizing |
| Tags | UV Resize Controller |
| Type | FUVResizeControllerNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| TextureSuffix | The texture name suffix . | FString | Texture |
| UVChannelSuffix | The suffix to replace the texture name with pointing to the UV channel index scalar parameter. | FString | UVIndex |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | The input/output Dataflow mesh. | TObjectPtr<UDataflowMesh> | None |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | The input/output Dataflow mesh. | TObjectPtr<UDataflowMesh> | |
| UVChannelIndices | The UV channels to resize. | TArray<int32> | |
| SourceUVChannelIndices | The matching UV channels on the original source mesh. | TArray<int32> | |
| bHasUVChannelsToResize | Whether the input mesh has any UV channels to resize. | bool |