FSkeletalMeshObject::IsMaterialHidden

Determine if the material section entry for an LOD is hidden or not

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/SkeletalRenderPublic.h

Include

#include "SkeletalRenderPublic.h"

Source

/Engine/Source/Runtime/Engine/Private/SkeletalRender.cpp

Syntax

bool IsMaterialHidden
(
    int32 InLODIndex,
    int32 MaterialIdx
) const

Remarks

Determine if the material section entry for an LOD is hidden or not

Parameters

Parameter

Description

InLODIndex

LOD entry to get hidden material flags for

MaterialIdx

index of the material section to check

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