Navigation
API > API/Runtime > API/Runtime/GeometryCore
Inheritance Hierarchy
- TTriangleMeshAdapter
- TMeshWrapperAdapterd
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/MeshAdapter.h |
| Include | #include "MeshAdapter.h" |
Syntax
template<class WrappedMeshType>
struct TMeshWrapperAdapterd : public UE::Geometry::TTriangleMeshAdapter< double >
Remarks
TMeshWrapperAdapterd
Variables
| Type | Name | Description | |
|---|---|---|---|
| WrappedMeshType * | WrappedAdapter |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TMeshWrapperAdapterd
(
WrappedMeshType* WrappedAdapterIn |