Don't drink and code.

This commit is contained in:
2025-10-18 11:28:42 -04:00
parent 74988e4bba
commit 02fb59d82c
115 changed files with 9944 additions and 27001 deletions

View File

@@ -6,8 +6,12 @@
#include "Kismet/BlueprintFunctionLibrary.h"
#include "UI/WidgetController/AttributeMenuWidgetController.h"
#include "UI/WidgetController/OverlayWidgetController.h"
#include "Data/CharacterClassInfo.h"
#include "AuraAbilitySystemLibrary.generated.h"
class UAbilitySystemComponent;
class UAttributeMenuWidgetController;
class UOverlayWidgetController;
/**
*
*/
@@ -23,5 +27,8 @@ public:
UFUNCTION(BlueprintPure, Category="AuraAbilitySystem|Controller")
static UAttributeMenuWidgetController* GetAttributeMenuWidgetController(const UObject* WorldContextObject);
UFUNCTION(BlueprintCallable, Category="AuraAbilitySystem|Attributes")
static void InitializeDefaultAttributes(const UObject* WorldContextObject, ECharacterClass CharacterClass, float Level, UAbilitySystemComponent* ASC);
};