UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MaterialExpressionMeshPaintTextureObject.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
Materials/MaterialExpressionExternalCodeBase.h
"
6
7
#include "MaterialExpressionMeshPaintTextureObject.generated.h"
8
9
UCLASS
(
collapsecategories
,
hidecategories
=
Object
, MinimalAPI)
10
class
UMaterialExpressionMeshPaintTextureObject
:
public
UMaterialExpressionExternalCodeBase
11
{
12
GENERATED_UCLASS_BODY
()
13
14
//~ Begin UMaterialExpression Interface
15
#if WITH_EDITOR
16
virtual
void
GetCaption
(
TArray<FString>
&
OutCaptions
)
const override
;
17
virtual
void
GetExpressionToolTip
(
TArray<FString>
&
OutToolTip
)
override
;
18
virtual
EMaterialValueType
GetOutputValueType
(
int32
OutputIndex)
override
;
19
#endif
20
//~ End UMaterialExpression Interface
21
};
EAudioParameterType::Object
@ Object
int32
FPlatformTypes::int32 int32
A 32-bit signed integer.
Definition
Platform.h:1125
StaticCastSharedRef
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition
SharedPointer.h:127
MaterialExpressionExternalCodeBase.h
EMaterialValueType
EMaterialValueType
Definition
MaterialValueType.h:15
GENERATED_UCLASS_BODY
#define GENERATED_UCLASS_BODY(...)
Definition
ObjectMacros.h:768
UCLASS
#define UCLASS(...)
Definition
ObjectMacros.h:776
TArray
Definition
Array.h:670
UMaterialExpressionExternalCodeBase
Definition
MaterialExpressionExternalCodeBase.h:11
UMaterialExpressionMeshPaintTextureObject
Definition
MaterialExpressionMeshPaintTextureObject.h:11
Engine
Source
Runtime
Engine
Public
Materials
MaterialExpressionMeshPaintTextureObject.h
Generated by
1.9.8