UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MaterialExpressionRecordTextureStreamingInfo.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
MaterialExpression.h
"
6
#include "MaterialExpressionRecordTextureStreamingInfo.generated.h"
7
9
UCLASS
(
collapsecategories
,
hidecategories
=
Object
, MinimalAPI)
10
class
UMaterialExpressionRecordTextureStreamingInfo
:
public
UMaterialExpression
11
{
12
GENERATED_UCLASS_BODY
()
13
14
15
UPROPERTY
(meta = (RequiredInput =
"true"
))
16
FExpressionInput
TextureObject;
17
19
UPROPERTY
(meta = (RequiredInput =
"true"
))
20
FExpressionInput
Coordinates;
21
22
#if WITH_EDITOR
23
virtual
FExpressionInput
* GetInput(
int32
InputIndex)
override
;
24
virtual
EMaterialValueType
GetInputValueType
(
int32
InputIndex)
override
;
25
virtual
EMaterialValueType
GetOutputValueType
(
int32
OutputIndex)
override
;
26
virtual
void
GetCaption
(
TArray<FString>
&
OutCaptions
)
const override
;
27
virtual
void
GetExpressionToolTip
(
TArray<FString>
&
OutToolTip
)
override
;
28
virtual
int32
Compile
(
class
FMaterialCompiler
* Compiler,
int32
OutputIndex)
override
;
29
#endif
// WITH_EDITOR
30
};
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
MaterialExpression.h
EMaterialValueType
EMaterialValueType
Definition
MaterialValueType.h:15
UPROPERTY
#define UPROPERTY(...)
UObject definition macros.
Definition
ObjectMacros.h:744
GENERATED_UCLASS_BODY
#define GENERATED_UCLASS_BODY(...)
Definition
ObjectMacros.h:768
UCLASS
#define UCLASS(...)
Definition
ObjectMacros.h:776
ERDGSetupTaskWaitPoint::Compile
@ Compile
FMaterialCompiler
Definition
MaterialCompiler.h:109
TArray
Definition
Array.h:670
UMaterialExpressionRecordTextureStreamingInfo
Definition
MaterialExpressionRecordTextureStreamingInfo.h:11
UMaterialExpression
Definition
MaterialExpression.h:150
FExpressionInput
Definition
MaterialExpressionIO.h:23
Engine
Source
Runtime
Engine
Public
Materials
MaterialExpressionRecordTextureStreamingInfo.h
Generated by
1.9.8