Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UMaterialInterface
Description
Returns all the Guids related to this material. For material instances, this includes the parent hierarchy. Used for versioning as parent changes don't update the child instance Guids.
Derived Overrides
| Name | GetLightingGuidChain |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialInterface.h |
| Include Path | #include "Materials/MaterialInterface.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialInterface.cpp |
virtual void GetLightingGuidChain
(
bool bIncludeTextures,
TArray < FGuid > & OutGuids
) const
Parameters
| Name | Remarks |
|---|---|
| bIncludeTextures | Whether to include the referenced texture Guids. |
| OutGuids | The list of all resource guids affecting the precomputed lighting system and texture streamer. |