UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TShaderParameterStructTypeInfo< StructType > Struct Template Reference

#include <ShaderParameterMacros.h>

Public Types

using TAlignedType = StructType
 

Static Public Member Functions

static const FShaderParametersMetadataGetStructMetadata ()
 

Static Public Attributes

static constexpr int32 NumRows = 1
 
static constexpr int32 NumColumns = 1
 
static constexpr int32 NumElements = 0
 
static constexpr int32 Alignment = SHADER_PARAMETER_STRUCT_ALIGNMENT
 
static constexpr bool bIsStoredInConstantBuffer = true
 

Member Typedef Documentation

◆ TAlignedType

template<typename StructType >
using TShaderParameterStructTypeInfo< StructType >::TAlignedType = StructType

Member Function Documentation

◆ GetStructMetadata()

template<typename StructType >
static const FShaderParametersMetadata * TShaderParameterStructTypeInfo< StructType >::GetStructMetadata ( )
inlinestatic

Member Data Documentation

◆ Alignment

template<typename StructType >
constexpr int32 TShaderParameterStructTypeInfo< StructType >::Alignment = SHADER_PARAMETER_STRUCT_ALIGNMENT
staticconstexpr

◆ bIsStoredInConstantBuffer

template<typename StructType >
constexpr bool TShaderParameterStructTypeInfo< StructType >::bIsStoredInConstantBuffer = true
staticconstexpr

◆ NumColumns

template<typename StructType >
constexpr int32 TShaderParameterStructTypeInfo< StructType >::NumColumns = 1
staticconstexpr

◆ NumElements

template<typename StructType >
constexpr int32 TShaderParameterStructTypeInfo< StructType >::NumElements = 0
staticconstexpr

◆ NumRows

template<typename StructType >
constexpr int32 TShaderParameterStructTypeInfo< StructType >::NumRows = 1
staticconstexpr

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