Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Return TypeNameParametersDescription
AActorGetSelfActor
  • None
Returns the Actor that is executing this Ability.
UAblAbilityComponentGetSelfAbilityComponent
  • None
Returns the Ability Component of the Actor that is executing this Ability.
AActorGetOwner
  • None
Returns the Actor marked as the Owner Target Type of the Ability.
AActorGetInstigator
  • None
Returns the Actor marked as the Instigator Target Type of the Ability.
Array<AActor>GetTargetActors
  • None
Returns the Actors marked as Targets of this Ability.
IntegerGetCurrentStackCount
  • None
Returns the current stack count of this Ability.
None (Void)SetStackCount
  • (Integer) StackCount
Sets the current stack count of this Ability to the provided value.
FloatGetCurrentTime
  • None
Retrieves the current time of the Ability.
FloatGetCurrentTimeRatio
  • None
Returns the current time of the Ability as a ratio between 0 and 1.0
FloatGetLastDeltaTime
  • None
Retrieves the last delta time value used when updating the Ability.

...