Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
FAbilityInstanceClassPredicate |
|
|
FAbilityInstanceNamePredicate |
For searching through lists of ability instances. |
|
FAbilityStateDelegate |
|
|
FApplyRootMotionConstantForceDelegate |
|
|
FApplyRootMotionJumpForceDelegate |
|
|
FApplyRootMotionMoveToActorForceDelegate |
|
|
FApplyRootMotionMoveToForceDelegate |
|
|
FApplyRootMotionRadialForceDelegate |
|
|
FGameplayEffectAppliedSelfDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FGameplayEffectAppliedTargetDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FGameplayEffectBlockedDelegate |
|
|
FInputPressDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FInputReleaseDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FMontageWaitSimpleDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FMovementModeChangedDelegate |
|
|
FMoveToLocationDelegate |
|
|
FNetworkSyncDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FRepeatedActionDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FSpawnActorDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FVisualizeTargetingDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FWaitAbilityActivateDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FWaitAbilityCommitDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FWaitAttributeChangeDelegate |
|
|
FWaitAttributeChangeRatioThresholdDelegate |
|
|
FWaitAttributeChangeThresholdDelegate |
|
|
FWaitCancelDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FWaitConfirmCancelDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FWaitDelayDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FWaitGameplayEffectRemovedDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FWaitGameplayEffectStackChangeDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FWaitGameplayEventDelegate |
|
|
FWaitGameplayTagDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FWaitOverlapDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FWaitTargetDataDelegate |
Copyright Epic Games, Inc. All Rights Reserved. |
|
FWaitVelocityChangeDelegate |
|
|
UAbilityTask |
|
|
UAbilityTask_ApplyRootMotion_Base |
This delegate can be used to support target swapping on abilities. |
|
UAbilityTask_ApplyRootMotionConstantForce |
Applies force to character's movement |
|
UAbilityTask_ApplyRootMotionJumpForce |
Applies force to character's movement |
|
UAbilityTask_ApplyRootMotionMoveToActorForce |
Applies force to character's movement |
|
UAbilityTask_ApplyRootMotionMoveToForce |
Applies force to character's movement |
|
UAbilityTask_ApplyRootMotionRadialForce |
Applies force to character's movement |
|
UAbilityTask_MoveToLocation |
TODO: -Implement replicated time so that this can work as a simulated task for Join In Progress clients. |
|
UAbilityTask_NetworkSyncPoint |
Task for providing a generic sync point for client server (one can wait for a signal from the other) |
|
UAbilityTask_PlayMontageAndWait |
Ability task to simply play a montage. |
|
UAbilityTask_Repeat |
Repeat a task a certain number of times at a given interval. |
|
UAbilityTask_SpawnActor |
Convenience task for spawning actors on the network authority. |
|
UAbilityTask_StartAbilityState |
An ability state is simply an ability task that provides a way to handle the ability being interrupted. |
|
UAbilityTask_VisualizeTargeting |
|
|
UAbilityTask_WaitAbilityActivate |
Waits for the actor to activate another ability |
|
UAbilityTask_WaitAbilityCommit |
Waits for the actor to activate another ability |
|
UAbilityTask_WaitAttributeChange |
Waits for the actor to activate another ability |
|
UAbilityTask_WaitAttributeChangeRatioThreshold |
Waits for the ratio between two attributes to match a threshold |
|
UAbilityTask_WaitAttributeChangeThreshold |
Waits for an attribute to match a threshold |
|
UAbilityTask_WaitCancel |
|
|
UAbilityTask_WaitConfirm |
Copyright Epic Games, Inc. All Rights Reserved. |
|
UAbilityTask_WaitConfirmCancel |
Fixme: this name is conflicting with AbilityTask_WaitConfirm UAbilityTask_WaitConfirmCancel = Wait for Targeting confirm/cancel UAbilityTask_WaitConfirm = Wait for server to confirm ability activation |
|
UAbilityTask_WaitDelay |
|
|
UAbilityTask_WaitGameplayEffectApplied |
|
|
UAbilityTask_WaitGameplayEffectApplied_Self |
|
|
UAbilityTask_WaitGameplayEffectApplied_Target |
|
|
UAbilityTask_WaitGameplayEffectBlockedImmunity |
|
|
UAbilityTask_WaitGameplayEffectRemoved |
Waits for the actor to activate another ability |
|
UAbilityTask_WaitGameplayEffectStackChange |
Waits for the actor to activate another ability |
|
UAbilityTask_WaitGameplayEvent |
|
|
UAbilityTask_WaitGameplayTag |
|
|
UAbilityTask_WaitGameplayTagAdded |
|
|
UAbilityTask_WaitGameplayTagRemoved |
|
|
UAbilityTask_WaitInputPress |
Waits until the input is pressed from activating an ability. |
|
UAbilityTask_WaitInputRelease |
Waits until the input is released from activating an ability. |
|
UAbilityTask_WaitMovementModeChange |
|
|
UAbilityTask_WaitOverlap |
Fixme: this is still incomplete and probablyh not what most games want for melee systems. |
|
UAbilityTask_WaitTargetData |
Wait for targeting actor (spawned from parameter) to provide data. |
|
UAbilityTask_WaitVelocityChange |
Name |
Description |
|
---|---|---|
|
EAbilityTaskNetSyncType |
|
|
EAbilityTaskWaitState |
AbilityTasks are small, self contained operations that can be performed while executing an ability. |
|
ERootMotionMoveToActorTargetOffsetType |
|
|
EWaitAttributeChangeComparison::Type |