Where has the Environment Query object gone?

It used to be under the miscellaneous menu accessed by right clicking in the content browser, but now I can’t find it.

It’s still there, provided you have EQS enabled in Editor Preferences’ experimental section.

Cheers,

–mieszko

But it’s not in the experimental section. Am I being incredibly blind?

Which UE4 version are you using?

version 4.5.1

EQS is not officially available in 4.5.1. The only way you can enable it pre-4.6 is to add the following line to your DefaultEngine.ini

[EnvironmentQueryEd]
EnableEnvironmentQueryEd=true

How to enable EQS in .ini @ 4.18? Above solution isn’t working. I would like to commit EQS enabled to everyone.

EDIT: it’s working but editor setting is still showing EQS disabled in experimental tab.

@intoxicat3 I’m in 4.18.3 and I don’t even see an experimental tab. Did you have any luck? I can’t find out how to add an Environment Query

Sorry - I see no such setting, or anything with the word EnvironmentQuery in any ini file - is there a section I need to add?

Yes. In Config/DefaultEngine.ini:
[EnvironmentQueryEd]
EnableEnvironmentQueryEd=true

Will enable EQS for whole project.

yes you need to add this to DefaultEngine.ini

The problem with this “edit defaultegine.ini” thing is that it works , but when you close the engine and start it again… the edit is gone! and that , my friends is annoying! is there another workaround for this?

You are a lifeSaver