UMeshComponent::LogMaterialsAndTextures

Output to the log which materials and textures are used by this component.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/MeshComponent.h

Include

#include "Components/MeshComponent.h"

Source

/Engine/Source/Runtime/Engine/Private/Components/MeshComponent.cpp

Syntax

virtual void LogMaterialsAndTextures
(
    FOutputDevice & Ar,
    int32 Indent
) const

Remarks

Output to the log which materials and textures are used by this component.

Parameters

Parameter

Description

Indent

Number of tabs to put before the log.