Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FFbxMeshInfo |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportFactory.h |
| Include Path | #include "Factories/FbxSceneImportFactory.h" |
Syntax
class FFbxMeshInfo : public FFbxAttributeInfo
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FFbxAttributeInfo → FFbxMeshInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFbxMeshInfo() |
Factories/FbxSceneImportFactory.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FFbxMeshInfo() |
Factories/FbxSceneImportFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsSkelMesh | bool | Factories/FbxSceneImportFactory.h | ||
| bTriangulated | bool | Factories/FbxSceneImportFactory.h | ||
| FaceNum | int32 | Factories/FbxSceneImportFactory.h | ||
| IsCollision | bool | Factories/FbxSceneImportFactory.h | ||
| IsLod | bool | Factories/FbxSceneImportFactory.h | ||
| LODGroup | FString | Factories/FbxSceneImportFactory.h | ||
| LODLevel | int32 | Factories/FbxSceneImportFactory.h | ||
| MaterialNum | int32 | Factories/FbxSceneImportFactory.h | ||
| MorphNum | int32 | Factories/FbxSceneImportFactory.h | ||
| SkeletonElemNum | int32 | Factories/FbxSceneImportFactory.h | ||
| SkeletonRoot | FString | Factories/FbxSceneImportFactory.h | ||
| VertexNum | int32 | Factories/FbxSceneImportFactory.h |
Functions
Public
Overridden from FFbxAttributeInfo
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetType() |
Factories/FbxSceneImportFactory.h |