UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TransformGizmoUtil.h File Reference
#include "CoreMinimal.h"
#include "InteractiveGizmo.h"
#include "BaseGizmos/CombinedTransformGizmo.h"
#include "TransformGizmoUtil.generated.h"

Go to the source code of this file.

Classes

class  UCombinedTransformGizmoContextObject
 

Namespaces

namespace  UE
 
namespace  UE::TransformGizmoUtil
 

Functions

INTERACTIVETOOLSFRAMEWORK_API bool UE::TransformGizmoUtil::RegisterTransformGizmoContextObject (UInteractiveToolsContext *ToolsContext)
 
INTERACTIVETOOLSFRAMEWORK_API bool UE::TransformGizmoUtil::DeregisterTransformGizmoContextObject (UInteractiveToolsContext *ToolsContext)
 
INTERACTIVETOOLSFRAMEWORK_API UCombinedTransformGizmoUE::TransformGizmoUtil::Create3AxisTransformGizmo (UInteractiveGizmoManager *GizmoManager, void *Owner=nullptr, const FString &InstanceIdentifier=FString())
 
INTERACTIVETOOLSFRAMEWORK_API UCombinedTransformGizmoUE::TransformGizmoUtil::Create3AxisTransformGizmo (UInteractiveToolManager *ToolManager, void *Owner=nullptr, const FString &InstanceIdentifier=FString())
 
INTERACTIVETOOLSFRAMEWORK_API UCombinedTransformGizmoUE::TransformGizmoUtil::CreateCustomTransformGizmo (UInteractiveGizmoManager *GizmoManager, ETransformGizmoSubElements Elements, void *Owner=nullptr, const FString &InstanceIdentifier=FString())
 
INTERACTIVETOOLSFRAMEWORK_API UCombinedTransformGizmoUE::TransformGizmoUtil::CreateCustomTransformGizmo (UInteractiveToolManager *ToolManager, ETransformGizmoSubElements Elements, void *Owner=nullptr, const FString &InstanceIdentifier=FString())
 
INTERACTIVETOOLSFRAMEWORK_API UCombinedTransformGizmoUE::TransformGizmoUtil::CreateCustomRepositionableTransformGizmo (UInteractiveGizmoManager *GizmoManager, ETransformGizmoSubElements Elements, void *Owner=nullptr, const FString &InstanceIdentifier=FString())
 
INTERACTIVETOOLSFRAMEWORK_API UCombinedTransformGizmoUE::TransformGizmoUtil::CreateCustomRepositionableTransformGizmo (UInteractiveToolManager *ToolManager, ETransformGizmoSubElements Elements, void *Owner=nullptr, const FString &InstanceIdentifier=FString())