UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MaterialExpressionSettings.h
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2#pragma once
3
4#include "CoreMinimal.h"
7
8#if WITH_EDITOR
9
14{
15public:
18
21
26
27private:
30
33};
34
35#endif // WITH_EDITOR
36
41bool IsExpressionClassPermitted(const UClass* const Class);
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_DELEGATE_RetVal_OneParam(ReturnValueType, DelegateName, Param1Type)
Definition DelegateCombinations.h:54
bool IsExpressionClassPermitted(const UClass *const Class)
Definition MaterialExpressionSettings.cpp:43
Definition NameTypes.h:617
Definition UnrealString.h.inl:34
Definition Class.h:3793
FORCEINLINE T * Get(const FObjectPtr &ObjectPtr)
Definition ObjectPtr.h:426
Definition TopLevelAssetPath.h:38