Navigation
API > API/Editor > API/Editor/SceneOutliner
Inheritance Hierarchy
- ISceneOutlinerMode
- FActorMode
- FActorModeInteractive
- FActorBrowsingMode
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/ActorModeInteractive.h |
| Include | #include "ActorModeInteractive.h" |
Syntax
class FActorModeInteractive : public FActorMode
Constructors
| Type | Name | Description | |
|---|---|---|---|
FActorModeInteractive
(
const FActorModeParams& Params |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | OnActorLabelChanged
(
AActor* ChangedActor |
||
| void | OnLevelActorRequestsRename
(
const AActor* Actor |
||
| void | OnLevelSelectionChanged
(
UObject* Obj |
||
| void | OnMapChange
(
uint32 MapFlags |
||
| void | |||
| void | OnObjectsReplaced
(
const TMap< UObject*, UObject* >& ReplacementMap |
||
| void | OnPostLoadMapWithWorld
(
UWorld* World |
Overridden from ISceneOutlinerMode
| Type | Name | Description | |
|---|---|---|---|
| bool | Is the mode interactive |