Navigation
API > API/Plugins > API/Plugins/RigVM
Replace all occurrences of a subname in this name
| Name | FRigVMFunction_NameReplace |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMFunction_Name.h |
| Include Path | #include "RigVMFunctions/RigVMFunction_Name.h" |
Syntax
USTRUCT (Meta=(DisplayName="Replace", TemplateName="Replace", Keywords="Search,Emplace,Find"))
struct FRigVMFunction_NameReplace : public FRigVMFunction_NameBase
Inheritance Hierarchy
- FRigVMStruct → FRigVMFunction_NameBase → FRigVMFunction_NameReplace
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMFunction_NameReplace() |
RigVMFunctions/RigVMFunction_Name.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Name | FName | The input name to search within. | RigVMFunctions/RigVMFunction_Name.h |
|
| New | FName | The new name to replace the old name with. | RigVMFunctions/RigVMFunction_Name.h |
|
| Old | FName | The old name to search for. | RigVMFunctions/RigVMFunction_Name.h |
|
| Result | FName | The resulting replaced name. | RigVMFunctions/RigVMFunction_Name.h |
|
Functions
Public
Public Virtual
Overridden from FRigVMStruct
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Execute() |
Execute logic for this struct | RigVMFunctions/RigVMFunction_Name.h |