| 456 | } |
| 457 | |
| 458 | void FFlowAssetEditor::SearchInAsset() |
| 459 | { |
| 460 | TabManager->TryInvokeTab(SearchTab); |
| 461 | SearchBrowser->FocusForUse(); |
| 462 | } |
| 463 | |
| 464 | void FFlowAssetEditor::EditAssetDefaults_Clicked() const |
| 465 | { |
nothing calls this directly
no test coverage detected