Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FFbxMaterialInfo |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/Factories/FbxSceneImportFactory.h |
| Include Path | #include "Factories/FbxSceneImportFactory.h" |
Syntax
class FFbxMaterialInfo : public FFbxAttributeInfo
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FFbxAttributeInfo → FFbxMaterialInfo
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FFbxMaterialInfo() |
Factories/FbxSceneImportFactory.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| HierarchyPath | FString | This string is use to help match the material when doing a reimport. | Factories/FbxSceneImportFactory.h | |
| Textures | TArray< TSharedPtr< FFbxTextureInfo > > | All the textures use by this material. | Factories/FbxSceneImportFactory.h |
Functions
Public
Overridden from FFbxAttributeInfo
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UClass * GetType() |
Factories/FbxSceneImportFactory.h |