Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/20tab/UnrealEnginePython
/ ConfigureProperties
Method
ConfigureProperties
Source/PythonConsole/Public/PyFbxFactory.cpp:12–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
bool UPyFbxFactory::ConfigureProperties() {
13
bDetectImportTypeOnImport = true;
14
bShowOption = false;
15
16
return true;
17
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected