You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb aaron.cox #ROBOMERGE-AUTHOR: koray.hagen #ROBOMERGE-SOURCE: CL 17636910 in //UE5/Main/... #ROBOMERGE-BOT: STARSHIP (Main -> Release-Engine-Test) (v874-17637634) #ROBOMERGE[STARSHIP]: UE5-Release-Engine-Staging Release-5.0 [CL 17637715 by koray hagen in ue5-release-engine-test branch]
19 lines
412 B
C++
19 lines
412 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "AnimationLocomotionLibraryModule.h"
|
|
|
|
#define LOCTEXT_NAMESPACE "AnimationLocomotionModule"
|
|
|
|
void FAnimationLocomotionLibraryRuntimeModule::StartupModule()
|
|
{
|
|
|
|
}
|
|
|
|
void FAnimationLocomotionLibraryRuntimeModule::ShutdownModule()
|
|
{
|
|
|
|
}
|
|
|
|
#undef LOCTEXT_NAMESPACE
|
|
|
|
IMPLEMENT_MODULE(FAnimationLocomotionLibraryRuntimeModule, AnimationLocomotionLibraryRuntime) |