Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Parameterization
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Parameterization/MeshUDIMClassifier.h |
| Include | #include "Parameterization/MeshUDIMClassifier.h" |
Syntax
class FDynamicMeshUDIMClassifier
Remarks
FDynamicMeshUDIMClassifier is a utility class for identifying active UDIMs from a FDynamicMesh's UV overlay
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< TArray< int32 > > | Selection | ||
| TMap< FVector2i, TArray< int32 > > | UDIMs | ||
| const FDynamicMeshUVOverlay * | UVOverlay | The UV Overlay to analyze for UDIMs |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDynamicMeshUDIMClassifier
(
const FDynamicMeshUVOverlay* UVOverlay, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FVector2i > | ActiveTiles () |
||
| FVector2i | ClassifyBoundingBoxToUDIM
(
const FDynamicMeshUVOverlay* UVOverlay, |
||
| FVector2i | ClassifyPointToUDIM
(
const FVector2f& UVPoint |
||
| FVector2i | ClassifyTrianglesToUDIM
(
const FDynamicMeshUVOverlay* UVOverlay, |
||
| void | |||
| TArray< int32 > | TidsForTile
(
FVector2i TileIndexIn |