Skip to content

Commit 3a37739

Browse files
committed
Made TextAssetEditor module hot-reloadable.
1 parent e8ea8d7 commit 3a37739

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Source/TextAssetEditor/Private/TextAssetEditorModule.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ class FTextAssetEditorModule
5959
UnregisterMenuExtensions();
6060
}
6161

62+
virtual bool SupportsDynamicReloading() override
63+
{
64+
return true;
65+
}
66+
6267
protected:
6368

6469
/** Registers asset tool actions. */

0 commit comments

Comments
 (0)