Navigation
API > API/Runtime > API/Runtime/GameplayTasks > API/Runtime/GameplayTasks/Tasks
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGameplayTask
- UGameplayTask_WaitDelay
References
| Module | GameplayTasks |
| Header | /Engine/Source/Runtime/GameplayTasks/Classes/Tasks/GameplayTask_WaitDelay.h |
| Include | #include "Tasks/GameplayTask_WaitDelay.h" |
Syntax
class UGameplayTask_WaitDelay : public UGameplayTask
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FTaskDelayDelegate | OnFinish |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UGameplayTask_WaitDelay
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UGameplayTask_WaitDelay * | TaskWaitDelay
(
TScriptInterface< IGameplayTaskOwnerInterface > TaskOwner, |
Wait specified time. This is functionally the same as a standard Delay node. | |
| UGameplayTask_WaitDelay * | TaskWaitDelay
(
IGameplayTaskOwnerInterface& InTaskOwner, |