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

#include <ShaderParameterMacros.h>

Public Types

using TAlignedType = TAlignedTypedef< FIntPoint, Alignment >::Type
 
using TInstancedType = FIntVector4
 

Static Public Member Functions

static const FShaderParametersMetadataGetStructMetadata ()
 

Static Public Attributes

static constexpr EUniformBufferBaseType BaseType = UBMT_INT32
 
static constexpr int32 NumRows = 1
 
static constexpr int32 NumColumns = 2
 
static constexpr int32 NumElements = 0
 
static constexpr int32 Alignment = 8
 
static constexpr bool bIsStoredInConstantBuffer = true
 

Member Typedef Documentation

◆ TAlignedType

◆ TInstancedType

using TShaderParameterTypeInfo< FIntPoint >::TInstancedType = FIntVector4

Member Function Documentation

◆ GetStructMetadata()

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

Member Data Documentation

◆ Alignment

constexpr int32 TShaderParameterTypeInfo< FIntPoint >::Alignment = 8
staticconstexpr

◆ BaseType

◆ bIsStoredInConstantBuffer

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

◆ NumColumns

constexpr int32 TShaderParameterTypeInfo< FIntPoint >::NumColumns = 2
staticconstexpr

◆ NumElements

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

◆ NumRows

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

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