Navigation
API > API/Runtime > API/Runtime/GeometryFramework > API/Runtime/GeometryFramework/Changes
Inheritance Hierarchy
- FChange
- FCommandChange
- FToolCommandChange
- FMeshReplacementChange
References
| Module | GeometryFramework |
| Header | /Engine/Source/Runtime/GeometryFramework/Public/Changes/MeshReplacementChange.h |
| Include | #include "Changes/MeshReplacementChange.h" |
Syntax
class FMeshReplacementChange : public FToolCommandChange
Remarks
FMeshReplacementChange represents an undoable complete change to a FDynamicMesh3. Currently only valid to call Apply/Revert when the Object is a UDynamicMeshComponent
Variables
| Type | Name | Description | |
|---|---|---|---|
| TFunction< void(FMeshReplacementChange *, UObject *, bool)> | OnChangeAppliedFunc | This function is called on Apply and Revert (last argument is true on Apply) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMeshReplacementChange
(
TSharedPtr< const FDynamicMesh3, ESPMode::ThreadSafe > Before, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const TSharedPtr< const FDynamicMesh3, ESPMode::ThreadSafe > & | GetMesh
(
bool bRevert |