UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MaterialShaderMapLayout.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
3#pragma once
4
5#include "CoreMinimal.h"
6#include "Misc/SecureHash.h"
7#include "RHIDefinitions.h"
8
9class FShaderType;
15
25
33
41
52
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition Platform.h:1125
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
const FMaterialShaderMapLayout & AcquireMaterialShaderMapLayout(EShaderPlatform Platform, EShaderPermutationFlags Flags, const FMaterialShaderParameters &MaterialParameters)
Definition MaterialShader.cpp:3305
EShaderPlatform
Definition RHIShaderPlatform.h:11
EShaderPermutationFlags
Definition ShaderPermutation.h:19
uint16_t uint16
Definition binka_ue_file_header.h:7
uint32_t uint32
Definition binka_ue_file_header.h:6
Definition MaterialShaderMapLayout.h:43
FSHAHash ShaderMapHash
Definition MaterialShaderMapLayout.h:46
TArray< FMeshMaterialShaderMapLayout > MeshShaderMaps
Definition MaterialShaderMapLayout.h:45
Definition MaterialShaderMapLayout.h:35
FMeshMaterialShaderMapLayout(FVertexFactoryType *InVertexFactoryType)
Definition MaterialShaderMapLayout.h:37
FVertexFactoryType * VertexFactoryType
Definition MaterialShaderMapLayout.h:39
Definition SecureHash.h:226
Definition MaterialShaderMapLayout.h:17
FShaderLayoutEntry(FShaderType *InShaderType, int32 InPermutationId)
Definition MaterialShaderMapLayout.h:20
FShaderLayoutEntry()
Definition MaterialShaderMapLayout.h:19
FShaderType * ShaderType
Definition MaterialShaderMapLayout.h:22
int32 PermutationId
Definition MaterialShaderMapLayout.h:23
Definition MaterialShaderMapLayout.h:27
TArray< FShaderPipelineType * > ShaderPipelines
Definition MaterialShaderMapLayout.h:31
EShaderPlatform Platform
Definition MaterialShaderMapLayout.h:29
TArray< FShaderLayoutEntry > Shaders
Definition MaterialShaderMapLayout.h:30
Definition Shader.h:1931
Definition Shader.h:1238
Definition VertexFactory.h:314
Definition Array.h:670
Definition MaterialShared.h:1181