#include "CoreMinimal.h"
#include "InteractiveGizmo.h"
#include "BaseGizmos/CombinedTransformGizmo.h"
#include "TransformGizmoUtil.generated.h"
Go to the source code of this file.
|
| INTERACTIVETOOLSFRAMEWORK_API bool | UE::TransformGizmoUtil::RegisterTransformGizmoContextObject (UInteractiveToolsContext *ToolsContext) |
| |
| INTERACTIVETOOLSFRAMEWORK_API bool | UE::TransformGizmoUtil::DeregisterTransformGizmoContextObject (UInteractiveToolsContext *ToolsContext) |
| |
| INTERACTIVETOOLSFRAMEWORK_API UCombinedTransformGizmo * | UE::TransformGizmoUtil::Create3AxisTransformGizmo (UInteractiveGizmoManager *GizmoManager, void *Owner=nullptr, const FString &InstanceIdentifier=FString()) |
| |
| INTERACTIVETOOLSFRAMEWORK_API UCombinedTransformGizmo * | UE::TransformGizmoUtil::Create3AxisTransformGizmo (UInteractiveToolManager *ToolManager, void *Owner=nullptr, const FString &InstanceIdentifier=FString()) |
| |
| INTERACTIVETOOLSFRAMEWORK_API UCombinedTransformGizmo * | UE::TransformGizmoUtil::CreateCustomTransformGizmo (UInteractiveGizmoManager *GizmoManager, ETransformGizmoSubElements Elements, void *Owner=nullptr, const FString &InstanceIdentifier=FString()) |
| |
| INTERACTIVETOOLSFRAMEWORK_API UCombinedTransformGizmo * | UE::TransformGizmoUtil::CreateCustomTransformGizmo (UInteractiveToolManager *ToolManager, ETransformGizmoSubElements Elements, void *Owner=nullptr, const FString &InstanceIdentifier=FString()) |
| |
| INTERACTIVETOOLSFRAMEWORK_API UCombinedTransformGizmo * | UE::TransformGizmoUtil::CreateCustomRepositionableTransformGizmo (UInteractiveGizmoManager *GizmoManager, ETransformGizmoSubElements Elements, void *Owner=nullptr, const FString &InstanceIdentifier=FString()) |
| |
| INTERACTIVETOOLSFRAMEWORK_API UCombinedTransformGizmo * | UE::TransformGizmoUtil::CreateCustomRepositionableTransformGizmo (UInteractiveToolManager *ToolManager, ETransformGizmoSubElements Elements, void *Owner=nullptr, const FString &InstanceIdentifier=FString()) |
| |