Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerGutter.h |
Include |
#include "SceneOutlinerGutter.h" |
Widget responsible for managing the visibility for a single item
Name | Description | ||
---|---|---|---|
|
const FSlateBru... |
NotVisibleHoveredBrush |
|
|
const FSlateBru... |
NotVisibleNotHoveredBrush |
|
|
const STableRow... |
Row |
Weak pointer back to the row |
|
TUniquePtr< FSc... |
UndoTransaction |
Scoped undo transaction |
|
const FSlateBru... |
VisibleHoveredBrush |
Visibility brushes for the various states |
|
const FSlateBru... |
VisibleNotHoveredBrush |
|
|
WeakColumn |
Weak pointer back to the column |
|
|
WeakOutliner |
Reference back to the outliner so we can set visibility of a whole selection |
|
|
WeakTreeItem |
The tree item we relate to |
Name | Description | ||
---|---|---|---|
|
Construct ( |
Construct this widget |
|
|
Construct ( |
||
|
const FSlate... |
GetBrush() |
Get the brush for this widget |
|
HandleClick() |
||
|
IsEnabled() |
Returns whether the widget is enabled or not |
|
|
IsVisible() |
Check if our wrapped tree item is visible |
|
|
IsVisible ( |
Check if the specified item is visible |
|
|
OnSetItemVisibility ( |
Called when visibility change happens on an Item. |
|
|
SetIsVisible ( |
Set the item this widget is responsible for to be hidden or shown |
|
|
ShouldPropagateVisibilityChangeOnChildren() |
Whether visibility change should propagate down to children. |
Name | Description | ||
---|---|---|---|
|
GetForegroundColor() |
||
|
OnDragDetected ( |
Start a new drag/drop operation for this widget |
|
|
OnDragEnter ( |
If a visibility drag drop operation has entered this widget, set its item to the new visibility state |
|
|
OnMouseButtonDoubleClick ( |
Called when a mouse button is double clicked. Override this in derived classes. |
|
|
OnMouseButtonDown ( |
Called when the mouse button is pressed down on this widget |
|
|
OnMouseButtonUp ( |
Process a mouse up message |
|
|
OnMouseCaptureLost ( |
Called when this widget had captured the mouse, but that capture has been revoked for some reason. |
Name |
Description |
|
---|---|---|
|
FArguments |