Where is alpha transparency in dx11?

How do I create transparency in dx11? Adjusting the alpha pin on the HSV node or on a shader does nothing. Am I missing something?

You need a Blend (DX11.RenderState) and set it to Blend.

That’s the one! I applied it to the group node instead of all the individual shaders and now everything’s crossfading beautifully. Thanks