Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Materials
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Materials/MaterialInterface.h |
| Include | #include "Materials/MaterialInterface.h" |
Syntax
struct FMaterialInheritanceChain
Remarks
Holds information about a hierarchy of materials
Variables
| Type | Name | Description | |
|---|---|---|---|
| const UMaterial * | BaseMaterial | Base material at the root of the hierarchy | |
| const FMaterialCachedExpressionData * | CachedExpressionData | Cached expression data to use | |
| TArray< const class UMaterialInstance *, TInlineAllocator< 16 > > | MaterialInstances | All the instances in the chain, starting with the current instance, and ending with the instance closest to the root material |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const UMaterial * | |||
| const FMaterialCachedExpressionData & |