Navigation
API > API/Plugins > API/Plugins/UnrealUSDWrapper
References
| Module | UnrealUSDWrapper |
| Header | /Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Public/UnrealUSDWrapper.h |
| Include | #include "UnrealUSDWrapper.h" |
Syntax
enum EUsdInterpolationMethod
&123;
Vertex,
FaceVarying,
Uniform,
Constant,
&125;
Values
| Name | Description |
|---|---|
| Vertex | Each element in a buffer maps directly to a specific vertex |
| FaceVarying | Each element in a buffer maps to a specific face/vertex pair |
| Uniform | Each vertex on a face is the same value |
| Constant | Single value |