UE::MeshDescription::EBuildSettingBoolChange

Utility functions to update [UStaticMesh](API\Runtime\Engine\Engine\UStaticMesh) build settingsHow to update a boolean build setting

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/AssetUtils/MeshDescriptionUtil.h

Include

#include "AssetUtils/MeshDescriptionUtil.h"

Syntax

namespace UE
{
    namespace MeshDescription
    {
        enum EBuildSettingBoolChange
        {
            Disable,
            Enable,
            NoChange,
        }
    }
}

Values

Name

Description

Disable

Enable

NoChange

Remarks

Utility functions to update UStaticMesh build settingsHow to update a boolean build setting

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