FSkeletalMaterial

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/SkeletalMesh.h

Include

#include "Engine/SkeletalMesh.h"

Syntax

struct FSkeletalMaterial

Variables

Name Description

Public variable

FName

 

ImportedMaterialSlotName

This name should be use when we re-import a skeletal mesh so we can order the Materials array like it should be

Public variable

UMaterialInterf...

 

MaterialInterface

Public variable

FName

 

MaterialSlotName

This name should be use by the gameplay to avoid error if the skeletal mesh Materials array topology change

Public variable

FMeshUVChannelI...

 

UVChannelData

Data used for texture streaming relative to each UV channels.

Constructors

Name Description

Public function

FSkeletalMaterial()

Public function

FSkeletalMaterial

(
    UMaterialInterface* InMaterial...,
    bool bInEnableShadowCasting,
    bool bInRecomputeTangent,
    FName InMaterialSlotName,
    FName InImportedMaterialSlotName
)

Deprecated Variables

Name Description

Public variable

bool

 

bEnableShadowCasting_DEPRECATED

Public variable

bool

 

bRecomputeTangent_DEPRECATED

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