UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FDynamicMeshChangeInfo Struct Reference

#include <UDynamicMesh.h>

Public Member Functions

const FMeshRegionChangeBaseGetChange () const
 

Public Attributes

EDynamicMeshChangeType Type = EDynamicMeshChangeType::GeneralEdit
 
EDynamicMeshAttributeChangeFlags Flags = EDynamicMeshAttributeChangeFlags::Unknown
 
bool bIsRevertChange = false
 
const FMeshChangeMeshChange = nullptr
 
const FMeshReplacementChangeReplaceChange = nullptr
 
const FMeshVertexChangeVertexChange = nullptr
 

Detailed Description

FDynamicMeshChangeInfo stores information about a change to a UDynamicMesh. This struct is emitted by the UDynamicMesh OnPreMeshChanged() and OnMeshChanged() delegates.

Member Function Documentation

◆ GetChange()

const FMeshRegionChangeBase * FDynamicMeshChangeInfo::GetChange ( ) const
inline

Member Data Documentation

◆ bIsRevertChange

bool FDynamicMeshChangeInfo::bIsRevertChange = false

◆ Flags

◆ MeshChange

const FMeshChange* FDynamicMeshChangeInfo::MeshChange = nullptr

◆ ReplaceChange

const FMeshReplacementChange* FDynamicMeshChangeInfo::ReplaceChange = nullptr

◆ Type

◆ VertexChange

const FMeshVertexChange* FDynamicMeshChangeInfo::VertexChange = nullptr

The documentation for this struct was generated from the following file: