UKismetSystemLibrary::Delay

Perform a latent action with a delay (specified in seconds).

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h

Include

#include "Kismet/KismetSystemLibrary.h"

Source

/Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp

Syntax

static void Delay
(
    const UObject * WorldContextObject,
    float Duration,
    struct FLatentActionInfo LatentInfo
)

Remarks

Perform a latent action with a delay (specified in seconds). Calling again while it is counting down will be ignored.

Parameters

Parameter

Description

WorldContext

World context.

Duration

length of delay (in seconds).

LatentInfo

The latent action.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss