UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FImmutableSamplerState Struct Reference

#include <RHIImmutableSamplerState.h>

Public Types

using TImmutableSamplers = TStaticArray< FRHISamplerState *, MaxImmutableSamplers >
 

Public Member Functions

 FImmutableSamplerState ()
 
void Reset ()
 
bool operator== (const FImmutableSamplerState &rhs) const
 
bool operator!= (const FImmutableSamplerState &rhs) const
 

Public Attributes

TImmutableSamplers ImmutableSamplers
 

Member Typedef Documentation

◆ TImmutableSamplers

Constructor & Destructor Documentation

◆ FImmutableSamplerState()

FImmutableSamplerState::FImmutableSamplerState ( )
inline

Member Function Documentation

◆ operator!=()

bool FImmutableSamplerState::operator!= ( const FImmutableSamplerState rhs) const
inline

◆ operator==()

bool FImmutableSamplerState::operator== ( const FImmutableSamplerState rhs) const
inline

◆ Reset()

void FImmutableSamplerState::Reset ( )
inline

Member Data Documentation

◆ ImmutableSamplers

TImmutableSamplers FImmutableSamplerState::ImmutableSamplers

The documentation for this struct was generated from the following file: