BehaviorTreeEditor Can Not Be Opened

I double click the BT in Content Browser but nothing show.
It’s a Bug?
In DefaultEngine.ini:
[BehaviorTreesEd]
BehaviorTreeEditorEnabled=true

It seems i have enabled it yet.

After some investigation, Here is my solution:
EditorUserSettings.ini
[/Script/UnrealEd.EditorExperimentalSettings]
; Epic Labs
bBehaviorTreeEditor=True (default is FALSE)

DefaultEngine.ini
[BehaviorTreesEd]
BehaviorTreeEditorEnabled=true