Does Unreal Engine has a way to support additional lighting channels beyond the default three for selective light linking on the animation pipeline?

The 3-channel limitation is wired pretty deep into the UE code, so this is unlikely to change. Technically, you could do multiple separate passes instead, and composite those together.

1 Like