Navigation
API > API/Editor > API/Editor/SceneOutliner > API/Editor/SceneOutliner/FSceneOutlinerModule
References
| Module | SceneOutliner |
| Header | /Engine/Source/Editor/SceneOutliner/Public/SceneOutlinerModule.h |
| Include | #include "SceneOutlinerModule.h" |
| Source | /Engine/Source/Editor/SceneOutliner/Private/SceneOutlinerModule.cpp |
virtual TSharedRef< ISceneOutliner > CreateActorPicker
(
const FSceneOutlinerInitializationOptions & InInitOptions,
const FOnActorPicked & OnActorPickedDelegate,
TWeakObjectPtr< UWorld > SpecifiedWorld,
bool bHideLevelInstanceHierarchy
) const
Remarks
Creates an actor picker widget. Calls the OnActorPickedDelegate when an item is selected.