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

Method HandleDialogueDeleted

Source/DlgSystem/Private/DlgSystemModule.cpp:269–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269void FDlgSystemModule::HandleDialogueDeleted(UDlgDialogue* DeletedDialogue)
270{
271 if (!IsValid(DeletedDialogue))
272 {
273 return;
274 }
275
276 DeletedDialogue->DeleteAllTextFiles();
277}
278
279void FDlgSystemModule::HandleDialogueRenamed(UDlgDialogue* RenamedDialogue, const FString& OldObjectPath)
280{

Callers

nothing calls this directly

Calls 2

DeleteAllTextFilesMethod · 0.80
IsValidFunction · 0.50

Tested by

no test coverage detected