Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Execution
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_RigModulesBase
- FRigUnit_IsItemInCurrentNameSpace
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Execution/RigUnit_RigModules.h |
| Include | #include "Units/Execution/RigUnit_RigModules.h" |
Syntax
USTRUCT (Meta=(DisplayName="Is In Current NameSpace", Keywords="NameSpace", Varying))
struct FRigUnit_IsItemInCurrentNameSpace : public FRigUnit_RigModulesBase
Remarks
Returns true if the given item has been created by this module, which means that the item's namespace is the module namespace.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRigElementKey | Item | The key of the item to return the namespace for | |
| bool | Result | True if the item is in this namespace / owned by this module. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |