Module |
|
Header |
/Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/IControlRigEditorModule.h |
Include |
#include "IControlRigEditorModule.h" |
TSharedRef< IControlRigEditor > CreateControlRigEditor
(
const EToolkitMode::Type Mode,
const TSharedPtr< IToolkitHost > & InitToolkitHost,
UControlRigBlueprint * Blueprint
)
Creates an instance of a Control Rig editor.
Interface to the new Control Rig editor
Parameter |
Description |
---|---|
Mode |
Mode that this editor should operate in |
InitToolkitHost |
When Mode is WorldCentric, this is the level editor instance to spawn this editor within |
Blueprint |
The blueprint object to start editing. |