some small changes

This commit is contained in:
Caleb Buhungiro
2025-06-19 10:19:34 +08:00
parent accf4cce15
commit b8475c7ba1
12 changed files with 24 additions and 24 deletions

View File

@@ -14,6 +14,10 @@ ACCharacter::ACCharacter()
CAbilitySystemComponent = CreateDefaultSubobject<UCAbilitySystemComponent>(TEXT("Ability System Component"));
CAttributeSet = CreateDefaultSubobject<UCAttributeSet>(TEXT("CAttribute Set"));
/**
* This is also valid
* CAttributeSet = CAbilitySystemComponent->GetSet<UCAttributeSet>();
**/
}
void ACCharacter::ServerSideInit()