Disable warning "Not enough login credentials to launch all PIE instances, chage editor settings"

Hello,

I am simuating a dedicated server with two clients. Everything works fine, but I get the warning

Not enough login credentials to launch all PIE instances, chage editor settings

I tried:

  • Disabled Promote Output Log Warnings During PIE

  • Adding the following to DefaultEditor.ini:

[MessageLog]
SuppressedWarnings="Not enough login credentials to launch all PIE instances, change editor settings"

[/Script/UnrealEd.UnrealEdEngine]
PIELogins=("UserName=Player1,Password=test","UserName=Player2,Password=test","UserName=Player3,Password=test")

(also with another version):

[MessageLog]
SuppressedWarnings="Not enough login credentials to launch all PIE instances, change editor settings"

[/Script/UnrealEd.UnrealEdEngine]
PIELogins=(UserName="Player1",Password="test")
PIELogins=(UserName="Player2",Password="test")
PIELogins=(UserName="Player3",Password="test")

But I still get the warning. Can someone help me to remove this warning?

1 Like

edit / editor preferences / type login in search
click “+” so many times that you want users
specify id for them and any pass
like 1) id: 1, pass 123 2) id: 2, pass 123 ….