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:
@@ -309,11 +309,6 @@ namespace MockGraphCanvasServices
|
||||
m_configuration.SetTooltip(tooltip);
|
||||
}
|
||||
|
||||
void MockNodeComponent::SetTranslationKeyedTooltip(const GraphCanvas::TranslationKeyedString& tooltip)
|
||||
{
|
||||
m_configuration.SetTooltip(tooltip.GetDisplayString());
|
||||
}
|
||||
|
||||
const AZStd::string MockNodeComponent::GetTooltip() const
|
||||
{
|
||||
return m_configuration.GetTooltip();
|
||||
|
||||
@@ -175,7 +175,6 @@ namespace MockGraphCanvasServices
|
||||
|
||||
// GraphCanvas::NodeRequestBus overrides ...
|
||||
void SetTooltip(const AZStd::string& tooltip) override;
|
||||
void SetTranslationKeyedTooltip(const GraphCanvas::TranslationKeyedString& tooltip) override;
|
||||
const AZStd::string GetTooltip() const override;
|
||||
void SetShowInOutliner(bool showInOutliner) override;
|
||||
bool ShowInOutliner() const override;
|
||||
|
||||
Reference in New Issue
Block a user