Script Canvas, replace the text replacement system to a JSON file based one (#5228)
It is now possible to right click on nodes on the node palette to navigate to the file that holds the text data for any given node, this way it is easy to update and improve the naming of titles, subtitles, categories, tool tips and slots.
This commit is contained in:
+47
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"entries": [
|
||||
{
|
||||
"key": "UiScrollBoxNotificationBus",
|
||||
"context": "EBusHandler",
|
||||
"variant": "",
|
||||
"details": {
|
||||
"name": "UI Scroll Box",
|
||||
"category": "UI"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"key": "OnScrollOffsetChanging",
|
||||
"details": {
|
||||
"name": "On Scroll Offset Changing",
|
||||
"tooltip": "Executes when the scroll offset is changing"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
|
||||
"details": {
|
||||
"name": "Scroll Offset",
|
||||
"tooltip": "The new scroll offset"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "OnScrollOffsetChanged",
|
||||
"details": {
|
||||
"name": "On Scroll Offset Changed",
|
||||
"tooltip": "Executes when the scroll offset has changed"
|
||||
},
|
||||
"params": [
|
||||
{
|
||||
"typeid": "{3D80F623-C85C-4741-90D0-E4E66164E6BF}",
|
||||
"details": {
|
||||
"name": "Scroll Offset",
|
||||
"tooltip": "The new scroll offset"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user