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