mirror of
https://github.com/Ed94/Cog.git
synced 2026-08-01 04:10:06 +00:00
CogEngine: Fix and improve Plot window
CogEngine: Fix and improve the Plot window - Fix ImPlot assert - Improve UI CogSample: - Add Inputs and AnimNotify plot events - Fix ability system warning
This commit is contained in:
@@ -310,9 +310,9 @@ protected:
|
||||
|
||||
void Look(const FInputActionValue& Value);
|
||||
|
||||
void OnAbilityInputStarted(const FInputActionValue& Value, int32 Index);
|
||||
void OnAbilityInputStarted(const UInputAction* InputAction, const FInputActionValue& Value, int32 Index);
|
||||
|
||||
void OnAbilityInputCompleted(const FInputActionValue& Value, int32 Index);
|
||||
void OnAbilityInputCompleted(const UInputAction* InputAction, const FInputActionValue& Value, int32 Index);
|
||||
|
||||
void ActivateItem(const FInputActionValue& Value, int32 Index);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user