UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MaterialExpressionUtils.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2
7#pragma once
8
9#include "CoreMinimal.h"
10
11
13
15{
16
18
19} // MaterialExpressionUtils
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition NameTypes.h:617
Definition MaterialExpressionUtils.cpp:11
FString FormatUnsupportedMaterialDomainError(const FMaterialExternalCodeDeclaration &InExternalCode, const FName &AssetPathName)
Definition MaterialExpressionUtils.cpp:13
Definition MaterialExternalCodeRegistry.h:113