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

Method DeleteTextFileForTextFormat

Source/DlgSystem/Private/DlgDialogue.cpp:920–923  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918}
919
920bool UDlgDialogue::DeleteTextFileForTextFormat(EDlgDialogueTextFormat TextFormat) const
921{
922 return DeleteTextFileForExtension(UDlgSystemSettings::GetTextFileExtension(TextFormat));
923}
924
925bool UDlgDialogue::DeleteTextFileForExtension(const FString& FileExtension) const
926{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected