Navigation
API > API/Runtime > API/Runtime/DatasmithCore
| Name | IDatasmithMaterialExpressionGeneric |
| Type | class |
| Header File | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithMaterialElements.h |
| Include Path | #include "DatasmithMaterialElements.h" |
Syntax
class IDatasmithMaterialExpressionGeneric : public IDatasmithMaterialExpression
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddProperty
(
const TSharedPtr< IDatasmithKeyValueProperty >& Property |
Add a property to this expression | DatasmithMaterialElements.h | |
const TCHAR * GetExpressionName() |
DatasmithMaterialElements.h | ||
int32 GetPropertiesCount() |
Get the total amount of properties in this expression | DatasmithMaterialElements.h | |
const TSharedPtr< IDatasmithKeyValueProperty > & GetProperty
(
int32 i |
Get the property i-th of this expression | DatasmithMaterialElements.h | |
TSharedPtr< IDatasmithKeyValueProperty > & GetProperty
(
int32 i |
DatasmithMaterialElements.h | ||
const TSharedPtr< IDatasmithKeyValueProperty > & GetPropertyByName
(
const TCHAR* Name |
Get a property by its name if it exists | DatasmithMaterialElements.h | |
TSharedPtr< IDatasmithKeyValueProperty > & GetPropertyByName
(
const TCHAR* Name |
DatasmithMaterialElements.h | ||
void SetExpressionName
(
const TCHAR* InExpressionName |
DatasmithMaterialElements.h |