Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
IGizmoTransformSource is an interface which is used to Get/Set an FTransform.
| Name | IGizmoTransformSource |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoInterfaces.h |
| Include Path | #include "BaseGizmos/GizmoInterfaces.h" |
Syntax
class IGizmoTransformSource
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransform GetTransform() |
BaseGizmos/GizmoInterfaces.h | ||
void SetTransform
(
const FTransform& NewTransform |
BaseGizmos/GizmoInterfaces.h |