UKismetSystemLibrary::RetriggerableDelay

Perform a latent action with a retriggerable 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 RetriggerableDelay
(
    UObject * WorldContextObject,
    float Duration,
    FLatentActionInfo LatentInfo
)

Remarks

Perform a latent action with a retriggerable delay (specified in seconds). Calling again while it is counting down will reset the countdown to Duration.

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