UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MaterialShaderQualitySettingsCustomization.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#if WITH_EDITOR
7#include "Input/Reply.h"
11#include "IDetailCustomization.h"
12#endif
13
16
17#if WITH_EDITOR
18
20// FMaterialShaderQualitySettingsCustomization
21
23
25
27{
28public:
29 // Makes a new instance of this detail layout class for a specific detail view requesting it
31
33
34 // IDetailCustomization interface
36 // End of IDetailCustomization interface
37
38private:
39
46};
47
48#endif
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define DECLARE_DELEGATE(DelegateName)
Definition DelegateCombinations.h:20
Definition Reply.h:24
Definition SListView.h:66
Definition Array.h:670
Definition SharedPointer.h:692
Definition SharedPointer.h:153