Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Core
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_ShapeExists
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="Shape Exists", Keywords="Shape,Gizmo,Library,Exists,Contains"))
struct FRigUnit_ShapeExists : public FRigUnit
Remarks
Checks whether or not a shape is available in the rig's shape libraries
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | Result | True if the shape name exists in any of the shape libraries | |
| FName | ShapeName | The name of the shape to search for |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |