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.
- Unreal Market:MultiDraw in Code Plugins - UE Marketplace
- OutlineComponent Quick Start Video:MutliDraw Plugin OutlineComponent Quick Start - YouTube
- Email:378100977@qq.com
- Discord:BlueRose's Studio
QuickStart
Outline Example:
- Create a new Actor Blueprint class and attach a OutlineComponent.
-
Config OutlineComponent’s Mesh and Material.
-
Create Outline Material and push in OutlinePassMaterialSet.
- Put actor in current scene.
MultiPass Example:
- Create a new Actor Blueprint class and attach a MultiDrawComponent.
- Config MultiDrawComponent’s Mesh and Material.
- Put the materials and parameters to be drawn into the PerPassDrawSettingses as required.
-
Set the material’s PixelOffset as required to allow the material to be rendered in the desired order.
-
Put actor in current scene.
Cutoff Example:
- Enter Simulation mode.
- Rotate Plant mesh.
Other Platform Effect
Only test in Editor.