EUsdInterpolationMethod

Windows
MacOS
Linux

References

Module

UnrealUSDWrapper

Header

/Engine/Plugins/Importers/USDImporter/Source/UnrealUSDWrapper/Public/UnrealUSDWrapper.h

Include

#include "UnrealUSDWrapper.h"

Syntax

enum EUsdInterpolationMethod
{
    Vertex,
    FaceVarying,
    Uniform,
    Constant,
}

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss