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

Method GetTextFilePathName

Source/DlgSystem/Private/DlgDialogue.cpp:898–901  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

HandleDialogueRenamedMethod · 0.80

Calls 1

ToStringMethod · 0.45

Tested by

no test coverage detected