Navigation
API > API/Plugins > API/Plugins/ControlRig
Returns the short name of the given item (without the namespace)
| Name | FRigUnit_GetItemShortName |
| 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="Get Short Name", Keywords="NameSpace", Varying, Deprecated=5.6))
struct FRigUnit_GetItemShortName : public FRigUnit_RigModulesBase
Inheritance Hierarchy
- FRigVMStruct → FRigUnit → FRigUnit_RigModulesBase → FRigUnit_GetItemShortName
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigUnit_GetItemShortName() |
Units/Execution/RigUnit_RigModules.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Item | FRigElementKey | The key of the item to return the short name for | Units/Execution/RigUnit_RigModules.h |
|
| ShortName | FName | The short name of the item (without the namespace) | 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 |