Navigation
API > API/Plugins > API/Plugins/MetaHumanImageViewerEditor
| Name | CustomMaterialUtils |
| Type | class |
| Header File | /Engine/Plugins/MetaHuman/MetaHumanAnimator/Source/MetaHumanImageViewerEditor/Public/Utils/CustomMaterialUtils.h |
| Include Path | #include "Utils/CustomMaterialUtils.h" |
Syntax
class CustomMaterialUtils
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void AddInput
(
const FName& InName, |
Utils/CustomMaterialUtils.h | ||
static UMaterialInstanceDynamic * CreateDepthMeshMaterial
(
const FName& InName |
A material that can show depth data as a 3D mesh. | Utils/CustomMaterialUtils.h | |
static UMaterialInstanceDynamic * CreateMovieContourDepthMaterial
(
const FName& InName, |
A material that can show the raw footage, a contour overlay, and depth data. | Utils/CustomMaterialUtils.h | |
static void SetupExpression
(
UMaterialExpressionTextureObjectParameter* InExpression, |
Utils/CustomMaterialUtils.h | ||
static void SetupExpression
(
UMaterialExpressionScalarParameter* InExpression, |
Utils/CustomMaterialUtils.h | ||
static void SetupExpression
(
UMaterialExpressionVectorParameter* InExpression, |
Utils/CustomMaterialUtils.h | ||
static void SetupExpression
(
UMaterialExpression* InExpression, |
Utils/CustomMaterialUtils.h |