Navigation
API > API/Plugins > API/Plugins/VEUVCore
| Name | FMesh |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/VEUV/Source/VEUVCore/Public/VEUV/VEUVMesh.h |
| Include Path | #include "VEUV/VEUVMesh.h" |
Syntax
struct FMesh
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FEntity → FEntityGeom → FMesh
- FHaveStates → FEntity → FEntityGeom → FMesh
- FMesh
Derived Classes
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Faces | TArray< FInt32Vector3 > | All triangles | VEUV/VEUVMesh.h | |
| Vertices | TArray< FVector3f > | All vertices, assumed all used | VEUV/VEUVMesh.h |