Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UFbxSceneImportData
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportData.h |
| Include | #include "Factories/FbxSceneImportData.h" |
Syntax
class UFbxSceneImportData : public UObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCreateFolderHierarchy | Is the original import create a folder hierarchy | |
| bool | bForceFrontXAxis | Is the original import force front X axis | |
| bool | bImportScene | Is the last reimport has import the hierarchy | |
| FString | BluePrintFullName | The full name of the blueprint create at import | |
| int32 | HierarchyType | Which type of hierarchy was create see | |
| ImportOptionsNameMap | NameOptionsMap | ||
| TSharedPtr< FFbxSceneInfo > | SceneInfoSourceData | The last import scene hierarchy data. | |
| FString | SourceFbxFile | The path of the fbx file use for the last import |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UFbxSceneImportData
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Attempt to parse an asset import structure from the specified json string. | ||
| FString | ToJson () |
Convert this import information to JSON |
Overridden from UObject
| Type | Name | Description | |
|---|---|---|---|
| void | GetAssetRegistryTags
(
TArray< FAssetRegistryTag >& OutTags |
Gathers a list of asset registry searchable tags which are name/value pairs with some type information This only needs to be implemented for asset objects | |
| void | Overridden serialize function to write out the underlying data as json |