Outliner Shortcuts

Voulz - 代码插件 - 2022/08/07

Allows the binding of shortcuts to some basic World Outliner functions like Collapse All or Expand All, and allows the automatic collapsing of the World Outliner on Map open.

  • 支持的平台
  • 支持的引擎版本
    5.0 - 5.4
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。
Outliner Shorcuts

Outliner Shortcuts is an editor only plugin that allows the binding of shortcuts to some basic World Outliner functions like Collapse All and Expand All, and a new function Collapse to Root was also added.

Another functionality of the plugin is to automatically Expand/Collapse/Collapse to Root the World Outliner when a Map opens.


Due to issues with the Marketplace/Epic Game Launcher (outside of my control), you might have issues installing the plugin from the Marketplace being displayed as Unavailable. Please report this issue to Epic.
If you want, as the project is open source, you can also install the plugin manually by following these instructions:
https://github.com/Voulz/OutlinerShortcuts/wiki/Install-the-plugin


2024 04-27
Just submitted update for 5.4 to Epic, it should be available in the coming days.




The project is open source!

Documentation and code available here:

https://github.com/Voulz/OutlinerShortcuts/wiki

If you find any useful and they save you time or money, please consider supporting my work! :)




UE 5.1+

Unreal Engine 5.1 added the possibility of having multiple Outliners.

The commands "Expand All", "Collapse All" and "Collapse to Root" will now work only on the Outliner that was last focused, referred to as the most recently used Outliner.

Three new commands have been added: "Expand All Outliners", "Collapse All Outliners" and "Collapse All Outliners to Root" which will affect *all* the opened Outliner windows.




Binding Shortcuts

Open the Editor Preferences (Edit > Editor Preferences).

Either search for "Outliner Shortcuts" or go under "General > Keyboard Shortcuts > Outliner Shortcuts".

You can now set custom shortcuts for the World Outliner functions "Collapse All", "Collapse to Root" and "Expand All".

Since UE 5.1, you can also set shortcuts for the functions "Expand All Outliners", "Collapse All Outliners" and "Collapse All Outliners to Root".




Automatic Collapsing on Map Open

Open the Editor Preferences (Edit > Editor Preferences).

Either search for "Outliner Shortcuts" or go under "Plugins > Outliner Shortcuts > Outliner Shortcuts".

You can now set a default behavior for the World Outliner when a Map opens.




Changelog


v1.1.2 (2023 10-06):

  • Added Linux Support
  • Added support for UE 5.4 (2024 04-27)

v1.1.1 (2023 09-09):

  • Added support for UE 5.3.

v1.1 (2022 11-21 - 2023 05-12):

  • Added support for UE 5.1/5.2 which allows multiple Outliners. 

v1.0 (2022 08-03):

  • Initial Release

技术细节

Features:

  •  Keyboard binding of World Outliner functions: Expand All and Collapse All
  •  Keyboard binding of a new World Outliner functions: Collapse to Root
  •  Automatic Collapsing/Expanding of the Outliner on Map open.

Code Module:

  •  OutlinerShortcutsEditor [Editor]

Number of C++ Classes: 5

Supported Development Platforms: Windows

Documentation: https://github.com/Voulz/OutlinerShortcuts/wiki

Important/Additional Notes:

This is an editor only plugin adding few simple commands for ease of working within Unreal Engine.