Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/GeometryFramework/Public/UDynamicMesh.h |
Include |
#include "UDynamicMesh.h" |
struct FDynamicMeshChangeInfo
FDynamicMeshChangeInfo stores information about a change to a UDynamicMesh. This struct is emitted by the UDynamicMesh OnPreMeshChanged() and OnMeshChanged() delegates.
Name | Description | ||
---|---|---|---|
|
bIsRevertChange |
For changes that are an FChange, indicates whether this is an 'Apply' or 'Revert' of the FChange |
|
|
Flags |
||
|
const FMeshChan... |
MeshChange |
Internals |
|
const FMeshRepl... |
ReplaceChange |
|
|
Type |
||
|
const FMeshVert... |
VertexChange |