3月のセールが始まりました!3月21日まで一部の商品が 50% オフで購入できます。

Runtime Gizmo (Transform Tool)

Edit/transform static mesh actors using convenient mouse interaction. Works at runtime and in packaged builds.

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    4.21 - 4.27, 5.0 - 5.3
  • ダウンロードのタイプ
    アセット パック
    この製品には、Unreal Engine アセットを詰め合わせたものが入っています。任意の既存プロジェクトにインポート可能です。

This asset adds transform gizmos to your project. You can change the location, rotation and scale of static mesh actors at runtime by convenient mouse interaction. This works in PIE and packaged builds and does not use UE4 editor code. Editing is simple and feels similar to the gizmos found in the editor.


Showcase Video


Example usages:

  • Enable players to set up their house with furniture as desired.
  • Create a map editor within your game.
  • ArchViz projects can use this to edit the environment in shipping builds.


Features:

  • Edit location, rotation and scale of static mesh actors using convenient mouse interaction.
  • Fully made in Blueprints.
  • Asset is fully independent of the editor, other assets or libraries.
  • Works in PIE (Play in Editor), standalone games and shipping/packaged builds.
  • Very simple integration in your project.

テクニカルノート

Number of Blueprints: 1 Actor Blueprint for the Gizmo, 1 Blueprint for the screen widget and 1 Blueprint to fly around.

Input: Mouse:

  • Left Mouse Button: Select static mesh actor to edit. Select gizmo to transform the selected mesh.
  • Space Key: Switch between transform modes (location, rotation, scale)
  • M: Cycle between global and local axis translate.

Network Replicated: No. Dealing with changes made by the gizmo must be done by you.

Supported Development Platforms: Windows, Linux, MAC

Supported Target Build Platforms: Windows, Linux, MAC (Any platform with mouse support)

Documentation: https://drive.google.com/open?id=1138z2En4tJi3lJwib_5LfDaxMi7Xo-mF

Important/Additional Notes: