UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FShaderLooseParameterInfo Class Reference

#include <Shader.h>

Public Member Functions

 LAYOUT_FIELD (uint16, BaseIndex)
 
 LAYOUT_FIELD (uint16, Size)
 
 FShaderLooseParameterInfo ()=default
 
 FShaderLooseParameterInfo (uint16 InBaseIndex, uint16 InSize)
 
bool operator== (const FShaderLooseParameterInfo &Rhs) const
 
bool operator< (const FShaderLooseParameterInfo &Rhs) const
 

Friends

FArchiveoperator<< (FArchive &Ar, FShaderLooseParameterInfo &Info)
 

Constructor & Destructor Documentation

◆ FShaderLooseParameterInfo() [1/2]

FShaderLooseParameterInfo::FShaderLooseParameterInfo ( )
default

◆ FShaderLooseParameterInfo() [2/2]

FShaderLooseParameterInfo::FShaderLooseParameterInfo ( uint16  InBaseIndex,
uint16  InSize 
)
inline

Member Function Documentation

◆ LAYOUT_FIELD() [1/2]

FShaderLooseParameterInfo::LAYOUT_FIELD ( uint16  ,
BaseIndex   
)

◆ LAYOUT_FIELD() [2/2]

FShaderLooseParameterInfo::LAYOUT_FIELD ( uint16  ,
Size   
)

◆ operator<()

bool FShaderLooseParameterInfo::operator< ( const FShaderLooseParameterInfo Rhs) const
inline

◆ operator==()

bool FShaderLooseParameterInfo::operator== ( const FShaderLooseParameterInfo Rhs) const
inline

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FShaderLooseParameterInfo Info 
)
friend

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