Navigation
API > API/Plugins > API/Plugins/DatasmithTranslator
| Name | FDatasmithReferenceMaterialSelector |
| Type | class |
| Header File | /Engine/Plugins/Enterprise/DatasmithImporter/Source/DatasmithTranslator/Public/ReferenceMaterials/DatasmithReferenceMaterialSelector.h |
| Include Path | #include "ReferenceMaterials/DatasmithReferenceMaterialSelector.h" |
Syntax
class FDatasmithReferenceMaterialSelector
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FDatasmithReferenceMaterialSelector() |
ReferenceMaterials/DatasmithReferenceMaterialSelector.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| InvalidReferenceMaterial | FDatasmithReferenceMaterial | ReferenceMaterials/DatasmithReferenceMaterialSelector.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void FinalizeMaterialInstance
(
const TSharedPtr< IDatasmithMaterialInstanceElement >& InDatasmithMaterial, |
ReferenceMaterials/DatasmithReferenceMaterialSelector.h | ||
virtual bool GetBool
(
const TSharedPtr< IDatasmithKeyValueProperty >& InMaterialProperty, |
ReferenceMaterials/DatasmithReferenceMaterialSelector.h | ||
virtual bool GetColor
(
const TSharedPtr< IDatasmithKeyValueProperty >& InMaterialProperty, |
ReferenceMaterials/DatasmithReferenceMaterialSelector.h | ||
virtual bool GetFloat
(
const TSharedPtr< IDatasmithKeyValueProperty >& InMaterialProperty, |
ReferenceMaterials/DatasmithReferenceMaterialSelector.h | ||
virtual const FDatasmithReferenceMaterial & GetReferenceMaterial
(
const TSharedPtr< IDatasmithMaterialInstanceElement >& InDatasmithMaterial |
ReferenceMaterials/DatasmithReferenceMaterialSelector.h | ||
virtual bool GetString
(
const TSharedPtr< IDatasmithKeyValueProperty >& InMaterialProperty, |
ReferenceMaterials/DatasmithReferenceMaterialSelector.h | ||
virtual bool GetTexture
(
const TSharedPtr< IDatasmithKeyValueProperty >& InMaterialProperty, |
ReferenceMaterials/DatasmithReferenceMaterialSelector.h | ||
virtual bool IsValid() |
ReferenceMaterials/DatasmithReferenceMaterialSelector.h |