FBeginToolChange

[FBeginToolChange](API\Runtime\InteractiveToolsFramework\FBeginToolChange) is used by [UInteractiveToolManager](API\Runtime\InteractiveToolsFramework\UInteractiveToolManager) to back out of a Tool on Undo.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Public/InteractiveToolManager.h

Include

#include "InteractiveToolManager.h"

Syntax

class FBeginToolChange : public FToolCommandChange

Remarks

FBeginToolChange is used by UInteractiveToolManager to back out of a Tool on Undo. No action is taken on Redo, ie we do not re-start the Tool on Redo.

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