| 918 | } |
| 919 | |
| 920 | bool UDlgDialogue::DeleteTextFileForTextFormat(EDlgDialogueTextFormat TextFormat) const |
| 921 | { |
| 922 | return DeleteTextFileForExtension(UDlgSystemSettings::GetTextFileExtension(TextFormat)); |
| 923 | } |
| 924 | |
| 925 | bool UDlgDialogue::DeleteTextFileForExtension(const FString& FileExtension) const |
| 926 | { |
nothing calls this directly
no outgoing calls
no test coverage detected