UE::WeightMaps::FindVertexWeightMaps

Find the set of per-vertex weight map attributes on a MeshDescription

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/WeightMapUtil.h

Include

#include "WeightMapUtil.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Private/WeightMapUtil.cpp

Syntax

namespace UE
{
    namespace WeightMaps
    {
        void UE::WeightMaps::FindVertexWeightMaps
        (
            const FMeshDescription * Mesh,
            TArray< FName > & PropertyNamesOut
        )
    }
}

Remarks

Find the set of per-vertex weight map attributes on a MeshDescription

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