| 72 | } |
| 73 | |
| 74 | void 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 | |
| 84 | bool FDlgEdge::Evaluate(const UDlgContext& Context, TSet<const UDlgNode*> AlreadyVisitedNodes) const |
| 85 | { |
no test coverage detected