Show / Hide Table of Contents

Struct GameplayEventData

Namespace: GameplayAbilitySystem.Events
Assembly: Assembly-CSharp-firstpass.dll
Syntax
public struct GameplayEventData

Fields

| Improve this Doc View Source

EventMagnitude

Declaration
public float EventMagnitude
Field Value
Type Description
System.Single
| Improve this Doc View Source

EventTag

Declaration
public GameplayTag EventTag
Field Value
Type Description
GameplayTag
| Improve this Doc View Source

Instigator

Declaration
public AbilitySystemComponent Instigator
Field Value
Type Description
AbilitySystemComponent
| Improve this Doc View Source

InstigatorTags

Declaration
public List<GameplayTag> InstigatorTags
Field Value
Type Description
List<GameplayTag>
| Improve this Doc View Source

OptionalObject

Declaration
public object OptionalObject
Field Value
Type Description
System.Object
| Improve this Doc View Source

Target

Declaration
public AbilitySystemComponent Target
Field Value
Type Description
AbilitySystemComponent
| Improve this Doc View Source

TargetTags

Declaration
public List<GameplayTag> TargetTags
Field Value
Type Description
List<GameplayTag>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX