You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Removed more includes using iwyu and marked up includes that is removed because of bugs in iwyu. #preflight 63bfc8696c4f5668eb3a3cbd #rb none [CL 23666746 by henrik karlsson in ue5-main branch]
12 lines
182 B
C++
12 lines
182 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
|
|
class USkeletalMesh;
|
|
|
|
namespace UE::SkeletalMeshUtilities
|
|
{
|
|
void AssignSkeletonToMesh(USkeletalMesh* SkelMesh);
|
|
}
|