Navigation
API > API/Plugins > API/Plugins/DatasmithImporter > API/Plugins/DatasmithImporter/FDatasmithImporterUtils
| Name | FDatasmithMaterialImportIterator |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithImporter/Public/Utility/DatasmithImporterUtils.h |
| Include Path | #include "Utility/DatasmithImporterUtils.h" |
Syntax
class FDatasmithMaterialImportIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDatasmithMaterialImportIterator
(
const FDatasmithImportContext& InImportContext |
Utility/DatasmithImporterUtils.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentIndex | int32 | Utility/DatasmithImporterUtils.h | ||
| ImportContext | const FDatasmithImportContext & | Utility/DatasmithImporterUtils.h | ||
| SortedMaterials | TArray< TSharedPtr< IDatasmithBaseMaterialElement > > | Utility/DatasmithImporterUtils.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSharedPtr< IDatasmithBaseMaterialElement > & Value() |
Const Accessor. | Utility/DatasmithImporterUtils.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Conversion to "bool" returning true if the iterator is valid. | Utility/DatasmithImporterUtils.h | |
bool operator!() |
Inverse of the "bool" operator | Utility/DatasmithImporterUtils.h | |
FDatasmithMaterialImportIterator & operator++() |
Advances the iterator to the next element. | Utility/DatasmithImporterUtils.h |