Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Execution
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_RigModulesBase
- FRigUnit_GetItemNameSpace
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="Get Item NameSpace", Keywords="NameSpace", Varying))
struct FRigUnit_GetItemNameSpace : public FRigUnit_RigModulesBase
Remarks
Returns the namespace of a given item. This may be an empty string if the item doesn't have a namespace.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | HasNameSpace | True if the item has a valid namespace | |
| FRigElementKey | Item | The key of the item to return the namespace for | |
| FString | NameSpace | The namespace of the item |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |