FToolChangeWrapperChange

[FToolChangeWrapperChange](API\Runtime\InteractiveToolsFramework\FToolChangeWrapperChange) wraps an [FChange](API\Runtime\Core\Misc\FChange) emitted by an InteractiveTool, allowing us to Expire the change without each [FChange](API\Runtime\Core\Misc\FChange) implementation needing to handle this explicitly.

Windows
MacOS
Linux

Inheritance Hierarchy

FChange

FCommandChange

FToolCommandChange

FToolChangeWrapperChange

References

Module

InteractiveToolsFramework

Header

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

Include

#include "InteractiveToolManager.h"

Syntax

class FToolChangeWrapperChange : public FToolCommandChange

Remarks

FToolChangeWrapperChange wraps an FChange emitted by an InteractiveTool, allowing us to Expire the change without each FChange implementation needing to handle this explicitly.

Variables

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