Sets whether to display the plugin when files are selected. @param p_ShowForFiles true to display the plugin when files are selected.
| 152 | // @param p_ShowForFiles true to display the plugin when files are selected. |
| 153 | // |
| 154 | void PipelineOptions::SetShowForFiles(const bool p_ShowForFiles) noexcept |
| 155 | { |
| 156 | m_ShowForFiles = p_ShowForFiles; |
| 157 | } |
| 158 | |
| 159 | // |
| 160 | // Gets whether the plugin should be displayed when folders are selected. |