Multi-Purpose Launch Pad

Lauch object(s) to reach specified Location.

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

Set a target landing location and the internal system will calculate launch velocity needed to reach the target location. Modify Trajectory To suit your need (Trajectory always be a parabola, only shape of the parabola changes). 


TrailerSetup


A Helper function library is included which comes with many helpful functions. Some are listed below:

  1. Get Height at apex point of the Trajectory.
  2. Get Time it would take to reach apex following the Trajectory.
  3. Get Distance to apex from start (in XY Plane) when following the Trajectory.
  4. Get Point (In 3D Space) at Distance, Height and Time 

テクニカルノート

Features:

  • Fully Blueprint based.
  • Works with default character with minimum setup.
  • Works with Unreal Engine Physics System.
  • Auto Calculate Trajectory.
  • Visualize and Edit Trajectory in Editor.
  • Helper Function Library for Apex Height, Location, Location on Trajectory at given Time etc.

Number of Blueprints: 3

Network Replicated: No

Supported Development Platforms: Windows:

Important/Additional Notes:


NOTE: Although I created this using UE5 there should not be any issue on using these in UE4.

Documentation

Make Sure to 

  1. Enable Generate Overlap Events so your actor can collide with the launch pad.
  2. In case of character disable air control so when launched player input would not affect the character.