UMaterial::ReleaseResources

Releases rendering resources used by this material.

Windows
MacOS
Linux

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

void ReleaseResources()

Remarks

Releases rendering resources used by this material. This should only be called directly if the material will not be deleted through the GC system afterward. FlushRenderingCommands() must have been called before this.

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