Navigation
API > API/Runtime > API/Runtime/MeshConversion > API/Runtime/MeshConversion/FMeshDescriptionBuilder
References
| Module | MeshConversion |
| Header | /Engine/Source/Runtime/MeshConversion/Public/MeshDescriptionBuilder.h |
| Include | #include "MeshDescriptionBuilder.h" |
template<typename T>
void SetVertexAttributeValue
(
FName AttributeName,
FVertexID VertexID,
const T & Value
)
Remarks
Set the specified value for the named attribute / vertex index combination. If a vertex attribute with the given name doesn't exist, it is created.