| 8 | |
| 9 | UCLASS(hidecategories=Object) |
| 10 | class UPyFbxFactory : public UFbxFactory |
| 11 | { |
| 12 | GENERATED_BODY() |
| 13 | |
| 14 | UPyFbxFactory(const FObjectInitializer& ObjectInitializer); |
| 15 | |
| 16 | virtual bool ConfigureProperties() override; |
| 17 | |
| 18 | }; |
| 19 |
nothing calls this directly
no outgoing calls
no test coverage detected