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