UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TShaderParameterTypeInfo< bool > Struct Reference

#include <ShaderParameterMacros.h>

Public Types

using TAlignedType = TAlignedTypedef< bool, Alignment >::Type
 
using TInstancedType = FUintVector4
 

Static Public Member Functions

static const FShaderParametersMetadataGetStructMetadata ()
 

Static Public Attributes

static constexpr EUniformBufferBaseType BaseType = UBMT_BOOL
 
static constexpr int32 NumRows = 1
 
static constexpr int32 NumColumns = 1
 
static constexpr int32 NumElements = 0
 
static constexpr int32 Alignment = 4
 
static constexpr bool bIsStoredInConstantBuffer = true
 

Member Typedef Documentation

◆ TAlignedType

using TShaderParameterTypeInfo< bool >::TAlignedType = TAlignedTypedef<bool, Alignment>::Type

◆ TInstancedType

using TShaderParameterTypeInfo< bool >::TInstancedType = FUintVector4

Member Function Documentation

◆ GetStructMetadata()

static const FShaderParametersMetadata * TShaderParameterTypeInfo< bool >::GetStructMetadata ( )
inlinestatic

Member Data Documentation

◆ Alignment

constexpr int32 TShaderParameterTypeInfo< bool >::Alignment = 4
staticconstexpr

◆ BaseType

◆ bIsStoredInConstantBuffer

constexpr bool TShaderParameterTypeInfo< bool >::bIsStoredInConstantBuffer = true
staticconstexpr

◆ NumColumns

constexpr int32 TShaderParameterTypeInfo< bool >::NumColumns = 1
staticconstexpr

◆ NumElements

constexpr int32 TShaderParameterTypeInfo< bool >::NumElements = 0
staticconstexpr

◆ NumRows

constexpr int32 TShaderParameterTypeInfo< bool >::NumRows = 1
staticconstexpr

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