Navigation
API > API/Plugins > API/Plugins/GameplayAbilities > API/Plugins/GameplayAbilities/Abilities > API/Plugins/GameplayAbilities/Abilities/UGameplayAbility
| Type | Name | Description | |
|---|---|---|---|
| FGameplayEffectSpecHandle | MakeOutgoingGameplayEffectSpec
(
TSubclassOf< UGameplayEffect > GameplayEffectClass, |
Convenience method for abilities to get outgoing gameplay effect specs (for example, to pass on to projectiles to apply to whoever they hit) | |
| FGameplayEffectSpecHandle | MakeOutgoingGameplayEffectSpec
(
const FGameplayAbilitySpecHandle Handle, |
Native version of above function |