Navigation
API > API/Plugins > API/Plugins/ControlRig
| Name | UControlRigShapeLibrary |
| Type | class |
| Header File | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/ControlRigGizmoLibrary.h |
| Include Path | #include "ControlRigGizmoLibrary.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Meta=(DisplayName="Control Rig Shape Library"))
class UControlRigShapeLibrary : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UControlRigShapeLibrary
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UControlRigShapeLibrary() |
ControlRigGizmoLibrary.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DefaultMaterial | TSoftObjectPtr< UMaterial > | ControlRigGizmoLibrary.h |
|
|
| DefaultShape | FControlRigShapeDefinition | ControlRigGizmoLibrary.h |
|
|
| MaterialColorParameter | FName | ControlRigGizmoLibrary.h |
|
|
| Shapes | TArray< FControlRigShapeDefinition > | ControlRigGizmoLibrary.h |
|
|
| XRayMaterial | TSoftObjectPtr< UMaterial > | ControlRigGizmoLibrary.h |
|
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NameList | TArray< FName > | ControlRigGizmoLibrary.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FControlRigShapeDefinition * GetShapeByName
(
const FName& InName, |
ControlRigGizmoLibrary.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeChainProperty
(
FPropertyChangedChainEvent& PropertyChangedEvent |
ControlRigGizmoLibrary.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static const FControlRigShapeDefinition * GetShapeByName
(
const FName& InName, |
ControlRigGizmoLibrary.h | ||
static const FString GetShapeName
(
const UControlRigShapeLibrary* InShapeLibrary, |
ControlRigGizmoLibrary.h |