UDEPRECATED_GoogleARCoreFaceMeshComponent::GetMaterial

Returns the material used by the element at the specified index

Windows
MacOS
Linux

Override Hierarchy

UPrimitiveComponent::GetMaterial()

UMeshComponent::GetMaterial()

UDEPRECATED_GoogleARCoreFaceMeshComponent::GetMaterial()

References

Module

GoogleARCoreBase

Header

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Public/GoogleARCoreFaceMeshComponent.h

Include

#include "GoogleARCoreFaceMeshComponent.h"

Source

/Engine/Plugins/Runtime/AR/Google/GoogleARCore/Source/GoogleARCoreBase/Private/GoogleARCoreFaceMeshComponent.cpp

Syntax

virtual UMaterialInterface * GetMaterial
(
    int32 ElementIndex
) const

Remarks

Returns the material used by the element at the specified index

Returns

the material used by the indexed element of this mesh.

Parameters

Parameter

Description

ElementIndex

The element to access the material of.

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