IDatasmithMaterialExpressionGeneric

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

ISceneGraphNode

IDatasmithElement

IDatasmithMaterialExpression

IDatasmithMaterialExpressionGeneric

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithMaterialElements.h

Include

#include "DatasmithMaterialElements.h"

Syntax

class IDatasmithMaterialExpressionGeneric : public IDatasmithMaterialExpression

Functions

Name Description

Public function

void

 

AddProperty

(
    const TSharedPtr< IDatasmithKeyValu...
)

Add a property to this expression

Public function Const

const TCHAR ...

 

GetExpressionName()

Public function Const

int32

 

GetPropertiesCount()

Get the total amount of properties in this expression

Public function Const

const TShare...

 

GetProperty

(
    int32 i
)

Get the property i-th of this expression

Public function

TSharedPtr< ...

 

GetProperty

(
    int32 i
)

Public function Const

const TShare...

 

GetPropertyByName

(
    const TCHAR* Name
)

Get a property by its name if it exists

Public function

TSharedPtr< ...

 

GetPropertyByName

(
    const TCHAR* Name
)

Public function

void

 

SetExpressionName

(
    const TCHAR* InExpressionName
)