![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MaterialInterface.h>
Public Member Functions | |
| const UMaterial * | GetBaseMaterial () const |
| const FMaterialCachedExpressionData & | GetCachedExpressionData () const |
Public Attributes | |
| const UMaterial * | BaseMaterial = nullptr |
| const FMaterialCachedExpressionData * | CachedExpressionData = nullptr |
| TArray< const class UMaterialInstance *, TInlineAllocator< 16 > > | MaterialInstances |
Holds information about a hierarchy of materials
|
inline |
|
inline |
| const UMaterial* FMaterialInheritanceChain::BaseMaterial = nullptr |
Base material at the root of the hierarchy
| const FMaterialCachedExpressionData* FMaterialInheritanceChain::CachedExpressionData = nullptr |
Cached expression data to use
| TArray<const class UMaterialInstance*, TInlineAllocator<16> > FMaterialInheritanceChain::MaterialInstances |
All the instances in the chain, starting with the current instance, and ending with the instance closest to the root material