Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/Factories
Inheritance Hierarchy
- TSharedFromThis
- FFbxSceneInfo
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportFactory.h |
| Include | #include "Factories/FbxSceneImportFactory.h" |
Syntax
class FFbxSceneInfo : public TSharedFromThis< FFbxSceneInfo >
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasAnimation | True if it has animation | |
| TMap< uint64, TSharedPtr< FFbxCameraInfo > > | CameraInfo | ||
| double | FrameRate | ||
| TArray< TSharedPtr< FFbxNodeInfo > > | HierarchyInfo | ||
| TMap< uint64, TSharedPtr< FFbxLightInfo > > | LightInfo | Component attributes. | |
| TArray< TSharedPtr< FFbxMeshInfo > > | MeshInfo | ||
| int32 | NonSkinnedMeshNum | Data for static mesh | |
| int32 | SkinnedMeshNum | Data for skeletal mesh | |
| int32 | TotalGeometryNum | Common data | |
| int32 | TotalMaterialNum | ||
| int32 | TotalTextureNum | ||
| double | TotalTime |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FFbxNodeInfo > | RecursiveFindLODParentNode
(
TSharedPtr< FFbxNodeInfo > NodeInfo |
Function helper to find the LOD parent of a nodeinfo with a mesh attribute. |