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