FDynamicMeshChangeInfo

[FDynamicMeshChangeInfo](API\Runtime\GeometryFramework\FDynamicMeshChangeInfo) stores information about a change to a [UDynamicMesh](API\Runtime\GeometryFramework\UDynamicMesh).

Choose your operating system:

Windows

macOS

Linux

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

Name Description

Public variable

bool

 

bIsRevertChange

For changes that are an FChange, indicates whether this is an 'Apply' or 'Revert' of the FChange

Public variable

EDynamicMeshAtt...

 

Flags

Public variable

const FMeshChan...

 

MeshChange

Internals

Public variable

const FMeshRepl...

 

ReplaceChange

Public variable

EDynamicMeshCha...

 

Type

Public variable

const FMeshVert...

 

VertexChange