Navigation
API > API/Editor > API/Editor/SceneOutliner
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerDelegates.h |
| Include | #include "SceneOutlinerDelegates.h" |
Syntax
class FSceneOutlinerDelegates
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnComponentSelectionChanged | OnComponentSelectionChanged | ||
| FSimpleMulticastDelegate | OnComponentsUpdated | Broadcasts whenever a Component has been modified | |
| FSimpleMulticastDelegate | SelectionChanged | Broadcasts whenever the current selection changes |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FSceneOutlinerDelegates & | Get () |
Return a single FSceneOutlinerDelegates object |
Typedefs
| Name | Description |
|---|---|
| FOnComponentSelectionChanged | Broadcasts whenever a Component Selection Changes |