更新 Source/FLESHEditor/Private/DismembermentGraph/DismembermentGraphEditorFactory.cpp

This commit is contained in:
2025-04-21 18:10:59 +08:00
parent 4446b6c7b4
commit b5e3dd0c45

View File

@@ -19,4 +19,4 @@ UObject* UDismembermentGraphEditorFactory::FactoryCreateNew(UClass* InClass, UOb
bool UDismembermentGraphEditorFactory::ShouldShowInNewMenu() const
{
return true;
}
}