MultiDraw

This plugin uses UnrealEngine's MeshDraw framework to achieve a multi-Pass effect looks like Unity's, with no post-processing required to achieve strokes and cutoff.

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    4.26 - 4.27, 5.0 - 5.1
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

This plugin uses UnrealEngine's MeshDraw framework to achieve a multi-Pass effect looks like Unity's, with no post-processing required to achieve strokes and cutoff.


テクニカルノート

Update Log

2022.12.19

  1. Update UE5.1 version.
  2. Support UE5.1 OverlayMaterial.
  3. Outline and MultiDraw now support Translucent material.


2022.10.30

  1. Add real-time material change function.


Features:

  • control culling mode for model rendering,
  • specialised Outline components
  • allowing an object to render both Lit and Unlit materials
  • allowing an object to render material and wireframe material.

The effects achieved in the case level are as follows.

  • Outline effect
  • Cutoff effect

Code Modules:

  •  MultiDraw[Runtime]

Number of Components: 4

Platforms Tested: Windows

Documentation: http://www.blueroses.top/2022/05/02/multidraw-document/

Outline Effect Showcase Video: https://www.youtube.com/watch?v=fn-SOmNiYaA

Outline Quick Start Video: https://youtu.be/wcIocKPmz-0

Discord Support: https://discord.gg/y4fWqYsf4U

Example Project: MultiDraw ExampleProject

Usage:Download this project,and put MultiDraw plugin into plugins folder.

Notice:This project only UE5.0 and higher can run.