// Copyright Epic Games, Inc. All Rights Reserved. #include "RelativeBodyAnimUtilsModule.h" #define LOCTEXT_NAMESPACE "RelativeBodyAnimUtilsModule" void FRelativeBodyAnimUtilsModule::StartupModule() { } void FRelativeBodyAnimUtilsModule::ShutdownModule() { } #undef LOCTEXT_NAMESPACE IMPLEMENT_MODULE(FRelativeBodyAnimUtilsModule, RelativeBodyAnimUtils)