Navigation
API > API/Plugins > API/Plugins/InterchangeCommon
| |
|
| Name |
EInterchangeUsdPrimvar |
| Type |
enum |
| Header File |
/Engine/Plugins/Interchange/Runtime/Source/Common/Public/Usd/InterchangeUsdDefinitions.h |
| Include Path |
#include "Usd/InterchangeUsdDefinitions.h" |
Syntax
enum EInterchangeUsdPrimvar
{
Standard = 0,
Bake,
All,
}
Values
| Name |
Remarks |
| Standard |
Store only the standard primvars such as UVs, VertexColors, etc. |
| Bake |
Store only primvars in the Mesh Description used for baking to textures (basically node from MaterialX shadergraphs that are converted to ) |
| All |
Store all primvars in the MeshDescription |