Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UKismetSystemLibrary
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 |
static void Delay
&40;
const UObject &42; WorldContextObject,
float Duration,
struct FLatentActionInfo LatentInfo
&41;
Remarks
Perform a latent action with a delay (specified in seconds). Calling again while it is counting down will be ignored.
Parameters
Name | Description |
---|---|
WorldContext | World context. |
Duration | length of delay (in seconds). |
LatentInfo | The latent action. |