| 896 | } |
| 897 | |
| 898 | FString UDlgDialogue::GetTextFilePathName(bool bAddExtension/* = true*/) const |
| 899 | { |
| 900 | return GetTextFilePathName(GetDefault<UDlgSystemSettings>()->DialogueTextFormat, bAddExtension); |
| 901 | } |
| 902 | |
| 903 | FString UDlgDialogue::GetTextFilePathName(EDlgDialogueTextFormat TextFormat, bool bAddExtension/* = true*/) const |
| 904 | { |
no test coverage detected