Navigation
API > API/Plugins > API/Plugins/ControlRig
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAssetUserData
- UNameSpacedUserData
- UControlRigShapeLibraryLink
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigAssetUserData.h |
| Include | #include "ControlRigAssetUserData.h" |
Syntax
UCLASS&40;BlueprintType&41;
class UControlRigShapeLibraryLink : public UNameSpacedUserData
Remarks
Namespaced user data which provides access to a linked shape library
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UControlRigShapeLibrary > | ShapeLibrary | If assigned, the data asset link will provide access to the data asset's content. | |
| TArray< FName > | ShapeNames |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UControlRigShapeLibrary * | |||
| void | SetShapeLibrary
(
UControlRigShapeLibrary* InShapeLibrary |
Overridden from UNameSpacedUserData
| Type | Name | Description | |
|---|---|---|---|
| const FUserData * | GetUserData
(
const FString& InPath, |
Returns a user data path given its string path | |
| const TArray< const FUserData * > & | GetUserDataArray
(
const FString& InParentPath, |
Retrieves the user data paths given a (optional) parent path |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
Called when a property on this object has been modified externally |
Constants
| Name | Description |
|---|---|
| DefaultShapePath | |
| ShapeLibraryNullFormat | |
| ShapeNamesPath |