How do I render over the top of other static mesh actors?

Unreal uses the technique for the Gizmo actor in the VR editor. All Gizmo components can be found in EngineContent/VREditor/TransformGizmo.
The specific material is: TranslucentTransformGizmoMaterial

2 Likes