| FConversionToMeshDescriptionOptions |
|
| FMeshDescriptionEditableTriangleMeshAdapter |
Non-const version of the adapter, with non-const storage and setters TODO: try to be smarter about sharing code w/ the above const version |
| FMeshDescriptionMeshAdapterd |
TTriangleMeshAdapter version of FMeshDescriptionTriangleMeshAdapter |
| FMeshDescriptionTriangleMeshAdapter |
Basic struct to adapt a FMeshDescription for use by GeometryProcessing classes that template the mesh type and expect a standard set of basic accessors For example, this adapter will let you use a FMeshDescription with GeometryProcessing's TMeshAABBTree3 See also the Editable version below |
| FSkeletalMeshLODRenderDataMeshAdapter |
Basic struct to adapt a FSkeletalMeshLODRenderData for use by GeometryProcessing classes that template the mesh type and expect a standard set of basic accessors For example, this adapter will let you use a FSkeletalMeshLODRenderData with GeometryProcessing's TMeshAABBTree3 |
| FStaticMeshLODResourcesMeshAdapter |
Basic struct to adapt a FStaticMeshLODResources for use by GeometryProcessing classes that template the mesh type and expect a standard set of basic accessors For example, this adapter will let you use a FStaticMeshLODResources with GeometryProcessing's TMeshAABBTree3 |
| TOverlayTraits |
|
| TVertexAttr |
Used for exact attribute value welding. |