UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MaterialIRModuleBuilder.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
6
7#if WITH_EDITOR
8
9//
11{
13 EShaderPlatform ShaderPlatform;
14 const ITargetPlatform* TargetPlatform;
15 ERHIFeatureLevel::Type FeatureLevel;
16 EMaterialQualityLevel::Type QualityLevel;
17 EBlendMode BlendMode;
18 const FStaticParameterSet& StaticParameters;
21
23};
24
25#endif
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
EBlendMode
Definition EngineTypes.h:245
EShaderPlatform
Definition RHIShaderPlatform.h:11
Definition MaterialExpression.h:150
Definition Material.h:432
Type
Definition SceneTypes.h:132
Type
Definition RHIFeatureLevel.h:20
A structure that holds reflection information about a material. This structure is typically populated...
Definition MaterialInsights.h:21
Definition StaticParameterSet.h:462