MCPcopy Create free account
hub / github.com/20tab/UnrealEnginePython / UPyFbxFactory

Method UPyFbxFactory

Source/PythonConsole/Public/PyFbxFactory.cpp:5–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected