Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/Changes
Inheritance Hierarchy
- FChange
- 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, |