FBeginInteractivePolyEditChange

[FBeginInteractivePolyEditChange](API\Plugins\MeshModelingTools\FBeginInteractivePolyEditChange) is used to cancel out of an active action on Undo.

Windows
MacOS
Linux

Inheritance Hierarchy

FChange

FCommandChange

FToolCommandChange

FBeginInteractivePolyEditChange

References

Module

MeshModelingTools

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingTools/Public/EditMeshPolygonsTool.h

Include

#include "EditMeshPolygonsTool.h"

Syntax

class FBeginInteractivePolyEditChange : public FToolCommandChange

Remarks

FBeginInteractivePolyEditChange is used to cancel out of an active action on Undo. No action is taken on Redo No action is taken on Redo, ie we do not re-start the Tool on Redo.

Variables

Name Description

Public variable

bool

 

bHaveDoneUndo

Public variable

int32

 

OperationTimestamp

Constructors

Name Description

Public function

FBeginInteractivePolyEditChange

(
    int32 CurrentTimestamp
)

Overridden from FChange

Name Description

Public function Virtual

void

 

Apply

(
    UObject* Object
)

Makes the change to the object

Public function Virtual Const

bool

 

HasExpired

(
    UObject* Object
)

Public function Virtual

void

 

Revert

(
    UObject* Object
)

Reverts change to the object

Public function Virtual Const

FString

 

ToString()

Describes this change (for debugging)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss