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

#include <MaterialUniformExpressions.h>

Public Member Functions

 FMaterialUniformExpressionType (const TCHAR *InName)
 
const TCHARGetName () const
 

Static Public Member Functions

static TLinkedList< FMaterialUniformExpressionType * > *& GetTypeList ()
 
static TMap< FName, FMaterialUniformExpressionType * > & GetTypeMap ()
 

Detailed Description

Represents a subclass of FMaterialUniformExpression.

Constructor & Destructor Documentation

◆ FMaterialUniformExpressionType()

FMaterialUniformExpressionType::FMaterialUniformExpressionType ( const TCHAR InName)

Minimal initialization constructor.

Member Function Documentation

◆ GetName()

const TCHAR * FMaterialUniformExpressionType::GetName ( ) const
inline

◆ GetTypeList()

TLinkedList< FMaterialUniformExpressionType * > *& FMaterialUniformExpressionType::GetTypeList ( )
static
Returns
The global uniform expression type list. The list is used to temporarily store the types until the name subsystem has been initialized.

◆ GetTypeMap()

TMap< FName, FMaterialUniformExpressionType * > & FMaterialUniformExpressionType::GetTypeMap ( )
static

Should not be called until the name subsystem has been initialized.

Returns
The global uniform expression type map.

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