Files
UnrealEngine/Engine/Source/Runtime/ClothingSystemRuntimeInterface/Private/ClothingSimulationInterface.cpp
2025-05-18 13:04:45 +08:00

24 lines
689 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "ClothingSimulationInterface.h"
//==============================================================================
// IClotingSimulationContext
//==============================================================================
IClothingSimulationContext::IClothingSimulationContext()
{}
IClothingSimulationContext::~IClothingSimulationContext()
{}
//==============================================================================
// IClothingSimulation
//==============================================================================
IClothingSimulation::IClothingSimulation()
{}
IClothingSimulation::~IClothingSimulation()
{}