UMaterialExpressionRuntimeVirtualTextureReplace

Material output expression to switch logic for a path that renders to runtime virtual texture pages.

Windows
MacOS
Linux

Inheritance Hierarchy

UObjectBase

UObjectBaseUtility

UObject

UMaterialExpression

UMaterialExpressionRuntimeVirtualTextureReplace

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Materials/MaterialExpressionRuntimeVirtualTextureReplace.h

Include

#include "Materials/MaterialExpressionRuntimeVirtualTextureReplace.h"

Syntax

class UMaterialExpressionRuntimeVirtualTextureReplace : public UMaterialExpression

Remarks

Material output expression to switch logic for a path that renders to runtime virtual texture pages.

Variables

Name Description

Public variable

FExpressionInpu...

 

Default

Used by the default rendering passes.

Public variable

FExpressionInpu...

 

VirtualTextureOutput

Used by the pass that renders to a runtime virtual texture page.

Constructors

Name Description

Public function

UMaterialExpressionRuntimeVirtualTextureReplace

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UMaterialExpression

Name Description

Public function Virtual

int32

 

Compile

(
    FMaterialCompiler* Compiler,
    int32 OutputIndex
)

Create the new shader code chunk needed for the Abs expression

Public function Virtual Const

void

 

GetCaption

(
    TArray< FString >& OutCaptions
)

Returns the text to display on the material expression (in the material editor).

Public function Virtual

uint32

 

GetInputType

(
    int32 InputIndex
)

Public function Virtual

uint32

 

GetOutputType

(
    int32 OutputIndex
)

Public function Virtual

bool

 

IsResultMaterialAttributes

(
    int32 OutputIndex
)

Marks certain expression types as outputting material attributes.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss