Navigation
API > API/Runtime > API/Runtime/GeometryCore
| Name | FMeshSurfacePoint |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Operations/EmbedSurfacePath.h |
| Include Path | #include "Operations/EmbedSurfacePath.h" |
Syntax
struct FMeshSurfacePoint
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Operations/EmbedSurfacePath.h | |||
FMeshSurfacePoint
(
int VertexID |
Operations/EmbedSurfacePath.h | ||
FMeshSurfacePoint
(
int TriangleID, |
Operations/EmbedSurfacePath.h | ||
FMeshSurfacePoint
(
int EdgeID, |
Operations/EmbedSurfacePath.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BaryCoord | FVector3d | Operations/EmbedSurfacePath.h | ||
| ElementID | int | Operations/EmbedSurfacePath.h | ||
| PointType | ESurfacePointType | Operations/EmbedSurfacePath.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVector3d Pos
(
const FDynamicMesh3* Mesh |
Operations/EmbedSurfacePath.h |