Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGizmoBaseTransformSource
- UGizmoComponentWorldTransformSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/TransformSources.h |
| Include | #include "BaseGizmos/TransformSources.h" |
Syntax
class UGizmoComponentWorldTransformSource : public UGizmoBaseTransformSource
Remarks
UGizmoComponentWorldTransformSource implements IGizmoTransformSource (via UGizmoBaseTransformSource) based on the internal transform of a USceneComponent.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bModifyComponentOnTransform | If true, Component->Modify() is called on SetTransform | |
| TObjectPtr< USceneComponent > | Component |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UGizmoComponentWorldTransformSource * | Construct
(
USceneComponent* Component, |
Construct a default instance of UGizmoComponentWorldTransformSource with the given Component |
Overridden from IGizmoTransformSource
| Type | Name | Description | |
|---|---|---|---|
| FTransform | GetTransform () |
||
| void | SetTransform
(
const FTransform& NewTransform |