Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolsUserSettings.h |
Include |
#include "MovieSceneToolsUserSettings.h" |
class UMovieSceneUserImportFBXSettings : public UObject
Name | Description | ||
---|---|---|---|
|
bConvertSceneUnit |
Convert the scene from FBX unit to UE unit(centimeter) |
|
|
bCreateCameras |
Whether to create cameras if they don't already exist in the level. |
|
|
bForceFrontXAxis |
Whether to force the front axis to be align with X instead of -Y. |
|
|
bMatchByNameOnly |
Whether to match fbx node names to sequencer node names. |
|
|
bReduceKeys |
Whether to remove keyframes within a tolerance from the imported tracks |
|
|
bReplaceTransformTrack |
Whether to replace the existing transform track or create a new track/section |
|
|
float |
ImportUniformScale |
Import Uniform Scale |
|
float |
ReduceKeysTolerance |
The tolerance for reduce keys |
Name | Description | |
---|---|---|
|
UMovieSceneUserImportFBXSettings ( |