FSamplerStateInitializerRHI

Windows
MacOS
Linux

References

Module

RHI

Header

/Engine/Source/Runtime/RHI/Public/RHI.h

Include

#include "RHI.h"

Syntax

struct FSamplerStateInitializerRHI

Variables

Name Description

Public variable

TEnumAsByte< ES...

 

AddressU

Public variable

TEnumAsByte< ES...

 

AddressV

Public variable

TEnumAsByte< ES...

 

AddressW

Public variable

uint32

 

BorderColor

Public variable

TEnumAsByte< ES...

 

Filter

Public variable

int32

 

MaxAnisotropy

Public variable

float

 

MaxMipLevel

Largest mip map level that will be used, where 0 is the highest resolution mip level.

Public variable

float

 

MinMipLevel

Smallest mip map level that will be used, where 0 is the highest resolution mip level.

Public variable

float

 

MipBias

Public variable

TEnumAsByte< ES...

 

SamplerComparisonFunction

Constructors

Name Description

Public function

FSamplerStateInitializerRHI()

Public function

FSamplerStateInitializerRHI

(
    ESamplerFilter InFilter,
    ESamplerAddressMode InAddressU,
    ESamplerAddressMode InAddressV,
    ESamplerAddressMode InAddressW,
    float InMipBias,
    int32 InMaxAnisotropy,
    float InMinMipLevel,
    float InMaxMipLevel,
    uint32 InBorderColor,
    ESamplerCompareFunction InSamplerCo...
)

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