UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MeshVertexChange.h File Reference
#include "Changes/MeshRegionChange.h"
#include "CoreMinimal.h"
#include "UObject/Interface.h"
#include "InteractiveToolChange.h"
#include "VectorTypes.h"
#include "MeshVertexChange.generated.h"

Go to the source code of this file.

Classes

class  FMeshVertexChange
 
class  FMeshVertexChangeBuilder
 
class  UMeshVertexCommandChangeTarget
 
class  IMeshVertexCommandChangeTarget
 

Enumerations

enum class  EMeshVertexChangeComponents : uint8 {
  None = 0 , VertexPositions = 1 , VertexColors = 2 , OverylayUVs = 4 ,
  OverlayNormals = 16
}
 

Functions

 PREDECLARE_USE_GEOMETRY_CLASS (FDynamicMesh3)
 
 ENUM_CLASS_FLAGS (EMeshVertexChangeComponents)
 

Enumeration Type Documentation

◆ EMeshVertexChangeComponents

Enumerator
None 
VertexPositions 
VertexColors 
OverylayUVs 
OverlayNormals 

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( EMeshVertexChangeComponents  )

◆ PREDECLARE_USE_GEOMETRY_CLASS()

PREDECLARE_USE_GEOMETRY_CLASS ( FDynamicMesh3  )