IControlRigEditorModule::CreateControlRigEditor

Creates an instance of a Control Rig editor.

Windows
MacOS
Linux

References

Module

ControlRigEditor

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRigEditor/Public/IControlRigEditorModule.h

Include

#include "IControlRigEditorModule.h"

Syntax

TSharedRef< IControlRigEditor > CreateControlRigEditor
(
    const EToolkitMode::Type Mode,
    const TSharedPtr< IToolkitHost > & InitToolkitHost,
    UControlRigBlueprint * Blueprint
)

Remarks

Creates an instance of a Control Rig editor.

Returns

Interface to the new Control Rig editor

Parameters

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss