Navigation
API > API/Plugins > API/Plugins/ControlRigEditor
| Name | UControlRigAssetFactory |
| Type | class |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRigEditor/Public/ControlRigAssetFactory.h |
| Include Path | #include "ControlRigAssetFactory.h" |
Syntax
UCLASS (MinimalAPI, HideCategories=Object)
class UControlRigAssetFactory : public UFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UFactory → UControlRigAssetFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UControlRigAssetFactory() |
ControlRigAssetFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCreateAsControlRigModule | bool | If true, the control rig is created as Control Rig Module | ControlRigAssetFactory.h |
|
| ParentClass | TSubclassOf< UControlRig > | The class of the created instances | ControlRigAssetFactory.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EditorOnlyClass | UClass * | ControlRigAssetFactory.h |
Functions
Public
Public Virtual
Overridden from UFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanCreateNew() |
ControlRigAssetFactory.h | ||
virtual bool ConfigureProperties() |
ControlRigAssetFactory.h | ||
virtual UObject * FactoryCreateNew
(
UClass* Class, |
ControlRigAssetFactory.h | ||
virtual UObject * FactoryCreateNew
(
UClass* Class, |
ControlRigAssetFactory.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static UControlRigRuntimeAsset * CreateControlRigFromSkeletalMeshOrSkeleton
(
UObject* InSelectedObject, |
Create a new control rig asset within the contents space of the project based on a skeletal mesh or skeleton object. | ControlRigAssetFactory.h |
|
static UControlRigRuntimeAsset * CreateNewControlRigAsset
(
const FString& InDesiredPackagePath, |
Create a new control rig asset within the contents space of the project. | ControlRigAssetFactory.h |
|