8 lines
231 B
C++
Executable file
8 lines
231 B
C++
Executable file
#include "ReplaceSkeletonMeshUpgradeElement.h"
|
|
|
|
UReplaceSkeletonMeshUpgradeElement::UReplaceSkeletonMeshUpgradeElement() {
|
|
this->TargetMesh = NULL;
|
|
this->ReplaceWithMesh = NULL;
|
|
this->ReplaceWithAnimInstance = NULL;
|
|
}
|
|
|