Navigation
API > API/Runtime > API/Runtime/GeometryFramework
References
| Module | GeometryFramework |
| Header | /Engine/Source/Runtime/GeometryFramework/Public/UDynamicMesh.h |
| Include | #include "UDynamicMesh.h" |
Syntax
struct FDynamicMeshChangeInfo
Remarks
FDynamicMeshChangeInfo stores information about a change to a UDynamicMesh. This struct is emitted by the UDynamicMesh OnPreMeshChanged() and OnMeshChanged() delegates.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsRevertChange | For changes that are an FChange, indicates whether this is an 'Apply' or 'Revert' of the FChange | |
| EDynamicMeshAttributeChangeFlags | Flags | ||
| const FMeshChange * | MeshChange | Internals | |
| const FMeshReplacementChange * | ReplaceChange | ||
| EDynamicMeshChangeType | Type | ||
| const FMeshVertexChange * | VertexChange |