Navigation
API > API/Plugins > API/Plugins/ControlRig > API/Plugins/ControlRig/Units > API/Plugins/ControlRig/Units/Execution
Inheritance Hierarchy
- FRigVMStruct
- FRigUnit
- FRigUnit_ItemBase
- FRigUnit_ItemReplace
References
| Module | ControlRig |
| Header | /Engine/Plugins/Animation/ControlRig/Source/ControlRig/Public/Units/Execution/RigUnit_Item.h |
| Include | #include "Units/Execution/RigUnit_Item.h" |
Syntax
USTRUCT (Meta=(DisplayName="Item Replace", Keywords="Replace,Name"))
struct FRigUnit_ItemReplace : public FRigUnit_ItemBase
Remarks
Replaces the text within the name of the item
Variables
| Type | Name | Description | |
|---|---|---|---|
| FRigElementKey | Item | ||
| FName | New | ||
| FName | Old | ||
| FRigElementKey | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from FRigVMStruct
| Type | Name | Description | |
|---|---|---|---|
| void | Execute () |
Execute logic for this struct |