卖家尚未把此列表迁移至FAB。你只能在Epic Games启动程序上的库中使用它。了解有关Fab的详情

Ghost Trails

Flakky - 蓝图 - 2016/08/10
12
4.17颗星(总分5颗星)(12个评分)
  • 75%
  • 0%
  • 8%
  • 0%
  • 17%

Ghost trails system that allows you to make meshes to cast trails.

  • 支持的平台
  • 支持的引擎版本
    4.11 - 4.15, 4.18 - 4.19
  • 下载类型
    资源包
    此产品包含各种虚幻引擎资源,可以选择性导入现有的项目。
Preview: https://www.youtube.com/watch?v=3SPKx7F8rVo

This system allows user to add components to blueprints or scene actors, to make meshes cast ghost trails. Those trails will copy geometry from master mashes they were cast from, so trails will have identical shape. Component have some settings, that allow to change lifetime of ghosts, their spawn delay, materials and parameters, that changes over time (linearly or by custom curve asset) and some more features.

But component is not a core of this system. Special GhostTrail Manager is responsible for all the logic and properties. If you do not want to use component, you can use this manager alone to add meshes, which must to cast trails.

技术细节

• Number of Blueprints: 1 component + 1 actor BP + 4 demo blueprints
• List of features:
• Trail all meshes or the ones that have tags.
• Ghost lifetime and spawn delay
• Interpolate materials parameters over ghost exist time.
• Scale overtime
• Skeletal Mesh support
• Use separate manager to dynamically add meshes to cast trails from different actors.
• Intended Platform: PC, Mac, Linux, Mobile, Consoles, HTML5
• Tested platforms: PC, HTML5
• Documentation Included: Commented code, functions and variables