UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
VertexMesh.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
5
6namespace UE::CADKernel
7{
8class FModelMesh;
9
11{
12protected:
13
14public:
16 : FMesh(Model, TopologicalEntity)
17 {
18 }
19
20 int32 GetMesh() const
21 {
22 return StartNodeId;
23 }
24};
25}
26
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition Mesh.h:16
Definition ModelMesh.h:21
Definition TopologicalEntity.h:16
Definition VertexMesh.h:11
int32 GetMesh() const
Definition VertexMesh.h:20
FVertexMesh(FModelMesh &Model, FTopologicalEntity &TopologicalEntity)
Definition VertexMesh.h:15
Definition CADEntity.cpp:23