Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/UAbilitySystemComponent
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetBaseAttributeValueFromReplication
(
const FGameplayAttribute& Attribute, |
Call from OnRep functions to set the attribute base value on the client | AbilitySystemComponent.h | |
void SetBaseAttributeValueFromReplication
(
const FGameplayAttribute& Attribute, |
Call from OnRep functions to set the attribute base value on the client | AbilitySystemComponent.h |
SetBaseAttributeValueFromReplication(const FGameplayAttribute &, float, float)
Description
Call from OnRep functions to set the attribute base value on the client
| Name | SetBaseAttributeValueFromReplication |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/AbilitySystemComponent.h |
| Include Path | #include "AbilitySystemComponent.h" |
void SetBaseAttributeValueFromReplication
(
const FGameplayAttribute & Attribute,
float NewValue,
float OldValue
)
SetBaseAttributeValueFromReplication(const FGameplayAttribute &, const FGameplayAttributeData &, const FGameplayAttributeData &)
Description
Call from OnRep functions to set the attribute base value on the client
| Name | SetBaseAttributeValueFromReplication |
| Type | function |
| Header File | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/AbilitySystemComponent.h |
| Include Path | #include "AbilitySystemComponent.h" |
void SetBaseAttributeValueFromReplication
(
const FGameplayAttribute & Attribute,
const FGameplayAttributeData & NewValue,
const FGameplayAttributeData & OldValue
)