You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/ScriptCanvas/Assets/TranslationAssets/Nodes/String_ReplaceString.names

60 lines
1.7 KiB
Plaintext

{
"entries": [
{
"key": "{197D0BAA-FCAF-4922-872B-3A95BEA574B2}",
"context": "ScriptCanvas::Node",
"variant": "",
"details": {
"name": "Replace String",
"category": "String",
"tooltip": "Allows replacing a substring from a given string.",
"subtitle": "String"
},
"slots": [
{
"key": "DataInput_Source",
"details": {
"name": "Source"
}
},
{
"key": "DataInput_Replace",
"details": {
"name": "Replace"
}
},
{
"key": "DataInput_With",
"details": {
"name": "With"
}
},
{
"key": "DataInput_Case Sensitive",
"details": {
"name": "Case Sensitive"
}
},
{
"key": "DataOutput_Result",
"details": {
"name": "Result"
}
},
{
"key": "Input_In",
"details": {
"name": "In",
"tooltip": "Input signal"
}
},
{
"key": "Output_Out",
"details": {
"name": "Out"
}
}
]
}
]
}