![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "DynamicMesh/DynamicMesh3.h"#include "FrameTypes.h"#include "GeometryBase.h"#include "Math/MathFwd.h"#include "TransformTypes.h"Go to the source code of this file.
Namespaces | |
| namespace | UE |
| namespace | UE::Geometry |
| namespace | MeshTransforms |
Enumerations | |
| enum class | MeshTransforms::ETransformAttributes { MeshTransforms::Positions = 1 << 0 , MeshTransforms::VertexNormals = 1 << 1 , MeshTransforms::Normals = 1 << 2 , MeshTransforms::Tangents = 1 << 3 , MeshTransforms::SculptLayers = 1 << 4 , MeshTransforms::All = Positions | VertexNormals | Normals | Tangents | SculptLayers } |