UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MaterialExpressionTemporalResponsivenessOutput.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"
8#include "MaterialExpressionTemporalResponsivenessOutput.generated.h"
9
10UCLASS(collapsecategories, hidecategories=Object, Experimental, meta = (DisplayName = "Temporal Responsiveness"), MinimalAPI)
12{
14
15
25 UPROPERTY()
27
28public:
29#if WITH_EDITOR
30 //~ Begin UMaterialExpression Interface
31 virtual int32 Compile(class FMaterialCompiler* Compiler, int32 OutputIndex) override;
32 virtual void GetCaption(TArray<FString>& OutCaptions) const override;
33 virtual EMaterialValueType GetInputValueType(int32 InputIndex) override;
34 //~ End UMaterialExpression Interface
35#endif
36
37 //~ Begin UMaterialExpressionCustomOutput Interface
38 virtual int32 GetNumOutputs() const override;
39 virtual FString GetFunctionName() const override;
40 virtual FString GetDisplayName() const override;
41 //~ End UMaterialExpressionCustomOutput Interface
42};
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
EMaterialValueType
Definition MaterialValueType.h:15
#define UPROPERTY(...)
UObject definition macros.
Definition ObjectMacros.h:744
#define GENERATED_UCLASS_BODY(...)
Definition ObjectMacros.h:768
#define UCLASS(...)
Definition ObjectMacros.h:776
Definition MaterialCompiler.h:109
Definition Array.h:670
Definition MaterialExpressionCustomOutput.h:15
Definition MaterialExpressionTemporalResponsivenessOutput.h:12
Definition RobinHoodHashTable.h:18
Definition MaterialExpressionIO.h:23