MCPcopy Create free account
hub / github.com/NotYetGames/DlgSystem / UpdateTextsNamespacesAndKeys

Method UpdateTextsNamespacesAndKeys

Source/DlgSystem/Private/DlgEdge.cpp:74–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void FDlgEdge::UpdateTextsNamespacesAndKeys(const UObject* ParentObject, const UDlgSystemSettings& Settings)
75{
76 if (!IsValid())
77 {
78 return;
79 }
80
81 FDlgLocalizationHelper::UpdateTextNamespaceAndKey(ParentObject, Settings, Text);
82}
83
84bool FDlgEdge::Evaluate(const UDlgContext& Context, TSet<const UDlgNode*> AlreadyVisitedNodes) const
85{

Callers 1

RebuildAndUpdateNodeMethod · 0.45

Calls 2

IsValidFunction · 0.50

Tested by

no test coverage detected