Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UTransformProxy
| Name | FRelativeObject |
| Type | struct |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/TransformProxy.h |
| Include Path | #include "BaseGizmos/TransformProxy.h" |
Syntax
struct FRelativeObject
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bModifyComponentOnTransform | bool | BaseGizmos/TransformProxy.h | ||
| Component | TWeakObjectPtr< USceneComponent > | BaseGizmos/TransformProxy.h | ||
| GetTransformFunc | TUniqueFunction< FTransform(void)> | BaseGizmos/TransformProxy.h | ||
| RelativeTransform | FTransform | The transform of the object relative to | BaseGizmos/TransformProxy.h | |
| SetTransformFunc | TUniqueFunction< void(const FTransform &)> | BaseGizmos/TransformProxy.h | ||
| StartTransform | FTransform | The initial transform of the object, set during UpdateSharedTransform() | BaseGizmos/TransformProxy.h | |
| UserDefinedIndex | int64 | BaseGizmos/TransformProxy.h |