Navigation
API > API/Runtime > API/Runtime/Engine
| Name | FSkeletalMaterial |
| Type | struct |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/SkinnedAssetCommon.h |
| Include Path | #include "Engine/SkinnedAssetCommon.h" |
Syntax
USTRUCT (BlueprintType )
struct FSkeletalMaterial
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Engine/SkinnedAssetCommon.h | |||
FSkeletalMaterial
(
UMaterialInterface* InMaterialInterface, |
Engine/SkinnedAssetCommon.h | ||
FSkeletalMaterial
(
UMaterialInterface* InMaterialInterface, |
Engine/SkinnedAssetCommon.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ImportedMaterialSlotName | FName | This name should be use when we re-import a skeletal mesh so we can order the Materials array like it should be | Engine/SkinnedAssetCommon.h |
|
| MaterialInterface | TObjectPtr< UMaterialInterface > | Engine/SkinnedAssetCommon.h |
|
|
| MaterialSlotName | FName | This name should be use by the gameplay to avoid error if the skeletal mesh Materials array topology change | Engine/SkinnedAssetCommon.h |
|
| OverlayMaterialInterface | TObjectPtr< UMaterialInterface > | Engine/SkinnedAssetCommon.h | ||
| UVChannelData | FMeshUVChannelInfo | Data used for texture streaming relative to each UV channels. | Engine/SkinnedAssetCommon.h |
|
Functions
Public
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void DeclareCustomVersions
(
FArchive& Ar |
Engine/SkinnedAssetCommon.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableShadowCasting_DEPRECATED | bool | Engine/SkinnedAssetCommon.h | ||
| bRecomputeTangent_DEPRECATED | bool | Engine/SkinnedAssetCommon.h |