Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Materials > UMaterial
- UMaterialInterface::LogMaterialsAndTextures()
- UMaterial::LogMaterialsAndTextures()
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 |
virtual void LogMaterialsAndTextures
&40;
FOutputDevice & Ar,
int32 Indent
&41; const
Remarks
Output to the log which materials and textures are used by this material.
Parameters
Name | Description |
---|---|
Indent | Number of tabs to put before the log. |