UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::Shader::FValueComponentTypeDescription Struct Reference

#include <ShaderTypes.h>

Public Member Functions

 FValueComponentTypeDescription ()=default
 
 FValueComponentTypeDescription (const TCHAR *InName, uint32_t InSizeInBytes, EComponentBound InMin, EComponentBound InMax)
 

Public Attributes

const TCHARName = nullptr
 
uint32_t SizeInBytes = 0u
 
FComponentBounds Bounds
 

Constructor & Destructor Documentation

◆ FValueComponentTypeDescription() [1/2]

UE::Shader::FValueComponentTypeDescription::FValueComponentTypeDescription ( )
default

◆ FValueComponentTypeDescription() [2/2]

UE::Shader::FValueComponentTypeDescription::FValueComponentTypeDescription ( const TCHAR InName,
uint32_t  InSizeInBytes,
EComponentBound  InMin,
EComponentBound  InMax 
)
inline

Member Data Documentation

◆ Bounds

FComponentBounds UE::Shader::FValueComponentTypeDescription::Bounds

◆ Name

const TCHAR* UE::Shader::FValueComponentTypeDescription::Name = nullptr

◆ SizeInBytes

uint32_t UE::Shader::FValueComponentTypeDescription::SizeInBytes = 0u

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