Navigation
API > API/Plugins > API/Plugins/ControlRig
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UControlRigShapeLibrary
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigGizmoLibrary.h |
| Include | #include "ControlRigGizmoLibrary.h" |
Syntax
UCLASS&40;BlueprintType, Meta&61;&40;DisplayName&61;"Control Rig Shape Library"&41;&41;
class UControlRigShapeLibrary : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSoftObjectPtr< UMaterial > | DefaultMaterial | ||
| FControlRigShapeDefinition | DefaultShape | ||
| FName | MaterialColorParameter | ||
| TArray< FControlRigShapeDefinition > | Shapes | ||
| TSoftObjectPtr< UMaterial > | XRayMaterial |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FControlRigShapeDefinition * | GetShapeByName
(
const FName& InName, |
||
| const FControlRigShapeDefinition * | GetShapeByName
(
const FName& InName, |
||
| const FString | GetShapeName
(
const UControlRigShapeLibrary* InShapeLibrary, |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
This alternate version of PostEditChange is called when properties inside structs are modified. |