Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- IGizmoTransformSource
- UGizmoBaseTransformSource
- UGizmoComponentWorldTransformSource
- UGizmoScaledAndUnscaledTransformSources
- UGizmoScaledTransformSource
- UGizmoTransformProxyTransformSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoInterfaces.h |
| Include | #include "BaseGizmos/GizmoInterfaces.h" |
Syntax
class IGizmoTransformSource
Remarks
IGizmoTransformSource is an interface which is used to Get/Set an FTransform.
Functions
| Type | Name | Description | |
|---|---|---|---|
| FTransform | GetTransform () |
||
| void | SetTransform
(
const FTransform& NewTransform |