Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/Changes
Inheritance Hierarchy
- FCommandChange
- FToolCommandChange
- FComponentWorldTransformChange
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/Changes/TransformChange.h |
| Include | #include "Changes/TransformChange.h" |
Syntax
class FComponentWorldTransformChange : public FToolCommandChange
Remarks
FComponentWorldTransformChange represents an undoable change to the world transform of a USceneComponent.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTransform | FromWorldTransform | ||
| TFunction< void(FComponentWorldTransformChange *, UObject *, bool)> | OnChangeAppliedFunc | This function is called on Apply and Revert (last argument is true on Apply) | |
| FTransform | ToWorldTransform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FComponentWorldTransformChange
(
const FTransform& From, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Apply
(
UObject* Object |
Makes the change to the object | |
| void | Revert
(
UObject* Object |
Reverts change to the object |
Overridden from FToolCommandChange
| Type | Name | Description | |
|---|---|---|---|
| FString | ToString () |
Describes this change (for debugging) |