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