FDatasmithMesh::SetFaceSmoothingMask

Sets the smoothing mask of the face

Windows
MacOS
Linux

References

Module

DatasmithCore

Header

/Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithMesh.h

Include

#include "DatasmithMesh.h"

Source

/Engine/Source/Runtime/Datasmith/DatasmithCore/Private/DatasmithMesh.cpp

Syntax

void SetFaceSmoothingMask
(
    int32 Index,
    uint32 SmoothingMask
)

Remarks

Sets the smoothing mask of the face

Parameters

Parameter

Description

Index

Index of the face that will be affected

SmoothingMask

32 bits mask, 0 means no smoothing

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