customgui_matassign.h File Reference

Classes

class  MatAssignData
 
class  MatAssignTable
 
class  MatAssignCustomGui
 

Macros

#define CUSTOMGUI_MATASSIGN
 
#define CUSTOMDATATYPE_MATASSIGN
 
#define MATASSIGN_TAG_ID
 
#define MATASSIGN_CONTAINER_ID
 
#define MATASSIGN_MATERIAL_ID
 

Functions

void FreeInclusionTable (MatAssignTable *&pTable)
 

Macro Definition Documentation

◆ CUSTOMGUI_MATASSIGN

#define CUSTOMGUI_MATASSIGN

Material assignment custom GUI ID.

◆ CUSTOMDATATYPE_MATASSIGN

#define CUSTOMDATATYPE_MATASSIGN

Material assignment custom data type ID.

Function Documentation

◆ FreeInclusionTable()

void FreeInclusionTable ( MatAssignTable *&  pTable)

Frees inclusion tables created by MatAssignData::BuildInclusionTable.

Parameters
[out]pTableThe inclusion table to destruct. If the pointer is nullptr nothing happens. The pointer is assigned nullptr afterwards.