Virtual Camera 2 - No Livelink

Hey! I found a solution (thanks to Moo Chung). This problem is not in the iOS device. Not in the Unreal Remote 2.1 update. The problem is in the engine config (it was fixed in 4.26). Solution:

  1. **Go to the place where your engine is located **in the desired directory to the config *(C: \ Program Files \ Epic Games \ UE_4.25 \ Engine \ Config \ BaseEngine.ini)
  2. *Find the line about Remote Session:

([RemoteSession] + ChannelRedirects = (OldName = FRemoteSessionFrameBufferChannel, NewName = FRemoteSessionFrameBufferChannel_DEPRECATED))

should work:

([RemoteSession] “+ ChannelRedirects = (OldName = FRemoteSessionFrameBufferChannel, NewName = FRemoteSessionFrameBufferChannel_DEPRECATED)”

Just delete it or put it in quotes starting with “+”. Vaul Remote Session Plugin (along with Virtual Camera) - Works on 4.25.4!