Navigation
API > API/Plugins > API/Plugins/ControlRigEditor > API/Plugins/ControlRigEditor/UControlRigBlueprintFactory
References
| Module | ControlRigEditor |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/ControlRigBlueprintFactory.h |
| Include | #include "ControlRigBlueprintFactory.h" |
UFUNCTION (BlueprintCallable, Category="Control Rig")
static UControlRigBlueprint * CreateNewControlRigAsset
(
const FString & InDesiredPackagePath,
const bool bModularRig
)
Remarks
Create a new control rig asset within the contents space of the project.
Parameters
| Name | Description |
|---|---|
| InDesiredPackagePath | The package path to use for the control rig asset |
| bModularRig | If true the rig will be created as a modular rig |