Add Inspector window

Add Inspector window
Hide main menu widgets when the width gets too small
Add log category description
Renaming
This commit is contained in:
Arnaud Jamin
2023-10-13 23:35:16 -04:00
parent 5b50d97cbd
commit 63f4a8b92f
16 changed files with 1033 additions and 39 deletions
+4
View File
@@ -369,6 +369,8 @@ void ACogSampleCharacter::SetupPlayerInputComponent(class UInputComponent* Playe
//--------------------------------------------------------------------------------------------------------------------------
void ACogSampleCharacter::OnAbilityInputStarted(const FInputActionValue& Value, int32 Index)
{
COG_LOG_OBJECT(LogCogInput, ELogVerbosity::Verbose, this, TEXT("%d"), Index);
if (ActiveAbilityHandles.IsValidIndex(Index) == false)
{
return;
@@ -388,6 +390,8 @@ void ACogSampleCharacter::OnAbilityInputStarted(const FInputActionValue& Value,
//--------------------------------------------------------------------------------------------------------------------------
void ACogSampleCharacter::OnAbilityInputCompleted(const FInputActionValue& Value, int32 Index)
{
COG_LOG_OBJECT(LogCogInput, ELogVerbosity::Verbose, this, TEXT("%d"), Index);
if (ActiveAbilityHandles.IsValidIndex(Index) == false)
{
return;