lyra_game_ue/Source/LyraGame/Input/LyraInputUserSettings.cpp
Goran Lazarevski 3bcab085f8 Initial commit
2025-03-20 11:06:26 +01:00

12 lines
377 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "Input/LyraInputUserSettings.h"
void ULyraInputUserSettings::ApplySettings()
{
Super::ApplySettings();
// Add any functionality you want to happen when the input settings are applied to the user
// This is a good place to put a breakpoint in your debugger to see the flow of
// how input settings are used :)
}