Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseGizmos
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGizmoBaseTransformSource
- UGizmoTransformProxyTransformSource
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/TransformSources.h |
| Include | #include "BaseGizmos/TransformSources.h" |
Syntax
class UGizmoTransformProxyTransformSource : public UGizmoBaseTransformSource
Remarks
UGizmoTransformProxyTransformSource implements IGizmoTransformSource (via UGizmoBaseTransformSource) based on the internal transform of a UTransformProxy.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bOverrideSetPivotMode | If true, the underlying proxy is modified with its SetPivotMode flag temporarily set to true. | |
| FOnGizmoTransformSourcePivotChanged | OnPivotChanged | ||
| TObjectPtr< UTransformProxy > | Proxy |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UGizmoTransformProxyTransformSource * | Construct
(
UTransformProxy* Proxy, |
Construct a default instance of UGizmoComponentWorldTransformSource with the given Proxy |
Overridden from IGizmoTransformSource
| Type | Name | Description | |
|---|---|---|---|
| FTransform | GetTransform () |
||
| void | SetTransform
(
const FTransform& NewTransform |
Typedefs
| Name | Description |
|---|---|
| FOnGizmoTransformSourcePivotChanged |