UMaterial::GetPhysicalMaterial

Return a pointer to the physical material used by this material instance.

Windows
MacOS
Linux

Override Hierarchy

UMaterialInterface::GetPhysicalMaterial()

UMaterial::GetPhysicalMaterial()

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 UPhysicalMaterial * GetPhysicalMaterial() const

Remarks

Return a pointer to the physical material used by this material instance.

Returns

The physical material.

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