UInteractiveGizmoManager::EmitObjectChange

Forward an [FChange](API\Runtime\Core\Misc\FChange) object to the Context

Windows
MacOS
Linux

Override Hierarchy

IToolContextTransactionProvider::EmitObjectChange()

UInteractiveGizmoManager::EmitObjectChange()

References

Module

InteractiveToolsFramework

Header

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

Include

#include "InteractiveGizmoManager.h"

Source

/Engine/Source/Runtime/Experimental/InteractiveToolsFramework/Private/InteractiveGizmoManager.cpp

Syntax

virtual void EmitObjectChange
(
    UObject * TargetObject,
    TUniquePtr< FToolCommandChange > Change,
    const FText & Description
)

Remarks

Forward an FChange object to the Context

Parameters

Parameter

Description

TargetObject

the object that the FChange applies to

Change

the change object that the Context should insert into the transaction history

Description

text description of this change (this is the string that appears on undo/redo in the UE Editor)

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