Navigation
API > API/Plugins > API/Plugins/GameplayAbilities
References
| Module | GameplayAbilities |
| Header | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilities/Public/TickableAttributeSetInterface.h |
| Include | #include "TickableAttributeSetInterface.h" |
Syntax
class ITickableAttributeSetInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | ShouldTick () |
Does this attribute set need to tick? | |
| void | Tick
(
float DeltaTime |
Ticks the attribute set by DeltaTime seconds |