Multi-Purpose Launch Pad

Lauch object(s) to reach specified Location.

  • 지원 플랫폼
  • 지원 엔진 버전
    5.0 - 5.3
  • 다운로드 유형
    에셋 팩
    이 제품은 기존 프로젝트에 임포트 가능한 언리얼 엔진 에셋의 모음을 포함하고 있습니다.

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.