Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/SSceneOutliner
Description
Hook to add custom options to toolbar in a derived class. Defaults to delegating to the mode's CustomAddToToolbar.
| Name | CustomAddToToolbar |
| Type | function |
| Header File | /Engine/Source/Editor/SceneOutliner/Public/SSceneOutliner.h |
| Include Path | #include "SSceneOutliner.h" |
| Source | /Engine/Source/Editor/SceneOutliner/Private/SSceneOutliner.cpp |
virtual void CustomAddToToolbar
(
TSharedPtr< class SHorizontalBox > Toolbar
)