Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FMaterialLayersFunctions
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InsertLayerCopy
(
const FMaterialLayersFunctions& Source, |
Materials/MaterialLayersFunctions.h | ||
void InsertLayerCopy
(
const FMaterialLayersFunctionsRuntimeData& Source, |
Materials/MaterialLayersFunctions.h |
InsertLayerCopy(const FMaterialLayersFunctions &, int32, EMaterialLayerLinkState, int32)
| Name | InsertLayerCopy |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialLayersFunctions.h |
| Include Path | #include "Materials/MaterialLayersFunctions.h" |
void InsertLayerCopy
(
const FMaterialLayersFunctions & Source,
int32 SourceLayerIndex,
EMaterialLayerLinkState LinkState,
int32 LayerIndex
)
InsertLayerCopy(const FMaterialLayersFunctionsRuntimeData &, const FMaterialLayersFunctionsEditorOnlyData &, int32, EMaterialLayerLinkState, int32)
| Name | InsertLayerCopy |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/Materials/MaterialLayersFunctions.h |
| Include Path | #include "Materials/MaterialLayersFunctions.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Materials/MaterialExpressions.cpp |
void InsertLayerCopy
(
const FMaterialLayersFunctionsRuntimeData & Source,
const FMaterialLayersFunctionsEditorOnlyData & SourceEditorOnly,
int32 SourceLayerIndex,
EMaterialLayerLinkState LinkState,
int32 LayerIndex
)