Files
UnrealEngine/Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Private/ChaosClothAsset/WeightedValue.cpp
2025-05-18 13:04:45 +08:00

13 lines
345 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "ChaosClothAsset/WeightedValue.h"
#include "ChaosClothAsset/ClothDataflowTools.h"
namespace UE::Chaos::ClothAsset
{
void FWeightMapTools::MakeWeightMapName(FString& InOutString)
{
FClothDataflowTools::MakeCollectionName(InOutString);
}
} // End namespace UE::Chaos::ClothAsset