Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Execution
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_RigModulesBase
- FRigUnit_GetItemShortName
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 Short Name", Keywords="NameSpace", Varying))
struct FRigUnit_GetItemShortName : public FRigUnit_RigModulesBase
Remarks
Returns the short name of the given item (without the namespace)
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRigElementKey | Item | The key of the item to return the short name for | |
| FName | ShortName | The short name of the item (without the namespace) |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |