FBatchedElementTexture2DPreviewParameters

Batched element parameters for previewing 2d textures.

Windows
MacOS
Linux

Inheritance Hierarchy

FRefCountedObject

FBatchedElementParameters

FBatchedElementTexture2DPreviewParameters

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Texture2DPreview.h

Include

#include "Texture2DPreview.h"

Syntax

class FBatchedElementTexture2DPreviewParameters : public FBatchedElementParameters

Remarks

Batched element parameters for previewing 2d textures.

Constructors

Name Description

Public function

FBatchedElementTexture2DPreviewParameters

(
    float InMipLevel,
    float InLayerIndex,
    bool bInIsNormalMap,
    bool bInIsSingleChannel,
    bool bInIsSingleVTPhysicalSpace,
    bool bInIsVirtualTexture,
    bool bInIsTextureArray
)

Overridden from FBatchedElementParameters

Name Description

Public function Virtual

void

 

BindShaders

(
    FRHICommandList& RHICmdList,
    FGraphicsPipelineStateInitializer&...,
    ERHIFeatureLevel::Type InFeatureLev...,
    const FMatrix& InTransform,
    const float InGamma,
    const FMatrix& ColorWeights,
    const FTexture* Texture
)

Binds vertex and pixel shaders for this element

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