Disable UIS UI during conversation / Dialogue System

ChristianWiele

Active member
Hi,

I am using UIS together with the Dialogue System. How can I disable the UIS during an ongoing conversation? So the player might not open the inventory UI by pressing "i".

Thanks, Christian
 
The "DisplayPanelManagerHandler" is the default component that detects the input for the Display Panel Manager.
Simply disabling/enabling this component will allow you to control when it should detect input.

You may also replace that component with a custom components to open/close display panels with your own code.
 
Top