Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGizmoBaseTransformSource
- UGizmoComponentWorldTransformSource
- UGizmoScaledAndUnscaledTransformSources
- UGizmoScaledTransformSource
- UGizmoTransformProxyTransformSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/TransformSources.h |
| Include | #include "BaseGizmos/TransformSources.h" |
Syntax
class UGizmoBaseTransformSource :
public UObject,
public IGizmoTransformSource
Remarks
UGizmoBaseTransformSource is a base implementation of IGizmoTransformSource that adds an OnTransformChanged delegate. This class cannot be used directly and must be subclassed.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnGizmoTransformSourceChanged | OnTransformChanged |
Overridden from IGizmoTransformSource
| Type | Name | Description | |
|---|---|---|---|
| FTransform | GetTransform () |
||
| void | SetTransform
(
const FTransform& NewTransform |
Typedefs
| Name | Description |
|---|---|
| FOnGizmoTransformSourceChanged |