Navigation
API > API/Plugins > API/Plugins/RigVM > API/Plugins/RigVM/RigVMFunctions
Inheritance Hierarchy
- FRigVMStruct
- FRigVMFunction_NameBase
- FRigVMFunction_NameReplace
References
| Module | RigVM |
| Header | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMFunctions/RigVMFunction_Name.h |
| Include | #include "RigVMFunctions/RigVMFunction_Name.h" |
Syntax
USTRUCT (Meta=(DisplayName="Replace", TemplateName="Replace", Keywords="Search,Emplace,Find"))
struct FRigVMFunction_NameReplace : public FRigVMFunction_NameBase
Remarks
Replace all occurrences of a substring in this string
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | Name | ||
| FName | New | ||
| FName | Old | ||
| FName | Result |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
RIGVM_METHOD () |