UMaterial::UpdateLightmassTextureTracking

Check if the textures have changed since the last time the material was serialized for Lightmass...

Windows
MacOS
Linux

Override Hierarchy

UMaterialInterface::UpdateLightmassTextureTracking()

UMaterial::UpdateLightmassTextureTracking()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/Material.h

Include

#include "Materials/Material.h"

Source

/Engine/Source/Runtime/Engine/Private/Materials/Material.cpp

Syntax

virtual bool UpdateLightmassTextureTracking()

Remarks

Check if the textures have changed since the last time the material was serialized for Lightmass... Update the lists while in here.

This will mark the package dirty if they have changed. @return bool true if the textures have changed.

    false if they have not.
Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss