Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Core
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnitMutable
- FRigUnit_SetupShapeLibraryFromUserData
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Core/RigUnit_UserData.h |
| Include | #include "Units/Core/RigUnit_UserData.h" |
Syntax
USTRUCT (Meta=(DisplayName="Set Shape Library from User Data", Keywords="Shape,Gizmo,Library"))
struct FRigUnit_SetupShapeLibraryFromUserData : public FRigUnitMutable
Remarks
Allows to set / add a shape library on the running control rig from user data
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | LibraryName | Optionally provide the namespace of the shape library to use. | |
| bool | LogShapeLibraries | If this is checked we'll output the resulting shape libraries to the log for debugging. | |
| FString | NameSpace | The name space of the user data to look the shape library up within | |
| FString | Path | The path within the user data for the shape library |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |