You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Benn.Gallagher [FYI] Jaco.VanDyk #ROBOMERGE-SOURCE: CL 9969464 via CL 9969468 #ROBOMERGE-BOT: (v560-9963197) [CL 9969469 by kriss gossart in Main branch]
10 lines
174 B
C++
10 lines
174 B
C++
// Copyright 1998-2019 Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "ClothConfigBase.h"
|
|
|
|
UClothConfigBase::UClothConfigBase()
|
|
{}
|
|
|
|
UClothConfigBase::~UClothConfigBase()
|
|
{}
|