| 3 | #include "PyFbxFactory.h" |
| 4 | |
| 5 | UPyFbxFactory::UPyFbxFactory(const FObjectInitializer& ObjectInitializer) |
| 6 | : Super(ObjectInitializer) |
| 7 | { |
| 8 | // disable automatic detection of the factory |
| 9 | ImportPriority = -1; |
| 10 | } |
| 11 | |
| 12 | bool UPyFbxFactory::ConfigureProperties() { |
| 13 | bDetectImportTypeOnImport = true; |
nothing calls this directly
no outgoing calls
no test coverage detected