Navigation
API > API/Editor > API/Editor/MovieSceneTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMovieSceneUserImportFBXSettings
References
| Module | MovieSceneTools |
| Header | /Engine/Source/Editor/MovieSceneTools/Public/MovieSceneToolsUserSettings.h |
| Include | #include "MovieSceneToolsUserSettings.h" |
Syntax
class UMovieSceneUserImportFBXSettings : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bConvertSceneUnit | Convert the scene from FBX unit to UE unit(centimeter) | |
| bool | bCreateCameras | Whether to create cameras if they don't already exist in the level. | |
| bool | bForceFrontXAxis | Whether to force the front axis to be align with X instead of -Y. | |
| bool | bMatchByNameOnly | Whether to match fbx node names to sequencer node names. | |
| bool | bReduceKeys | Whether to remove keyframes within a tolerance from the imported tracks | |
| bool | 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 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMovieSceneUserImportFBXSettings
(
const FObjectInitializer& Initializer |