Navigation
API > API/Runtime > API/Runtime/MeshConversion > API/Runtime/MeshConversion/TToDynamicMesh
References
| Module | MeshConversion |
| Header | /Engine/Source/Runtime/MeshConversion/Public/ToDynamicMesh.h |
| Include | #include "ToDynamicMesh.h" |
template<typename AttrType, typename SrcAttrIDType>
void PopulateOverlay
&40;
typename TOverlayTraits< AttrType >::OverlayType &42; Overlay,
const TArray< SrcAttrIDType > & SrcAttrIDs,
TFunctionRef< AttrType(const SrcAttrIDType &AttrID)> SharedAttrValues,
TFunctionRef< bool(const SrcTriIDType &SrcTriID, SrcAttrIDType &AttrID0, SrcAttrIDType &AttrID1, SrcAttrIDType &AttrID2)> AttrTriIndices,
TFunctionRef< AttrType(const SrcWedgeIDType &WegdeID)> WedgeAttrs,
TFunctionRef< void(const SrcTriIDType &SrcTriID, SrcWedgeIDType &WID0, SrcWedgeIDType &WID1, SrcWedgeIDType &WID2)> TriToWedges
&41;