Navigation
Unreal Engine C++ API Reference > Editor > EditorInteractiveToolsFramework > UEditorInteractiveToolsContext
References
Module | EditorInteractiveToolsFramework |
Header | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EdModeInteractiveToolsContext.h |
Include | #include "EdModeInteractiveToolsContext.h" |
Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EdModeInteractiveToolsContext.cpp |
virtual void OnLevelEditorCreated ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [ILevelEditor](API\Editor\LevelEditor\ILevelEditor) > InLevelEditor )
Remarks
Called upon Level Editor Created in order to bind to EditorElementSelectionPtr changed event since global selection set is not initialized before the tools context.
Parameters
Name | Description |
---|---|
InSelectionSet | typed element selection set which invoked this selection changed call |