Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Public/PartyBeaconClient.h |
Include |
#include "PartyBeaconClient.h" |
Source |
/Engine/Plugins/Online/OnlineSubsystemUtils/Source/OnlineSubsystemUtils/Private/PartyBeaconClient.cpp |
FTimerHandle DelayResponse
(
FTimerDelegate & Delegate,
float Delay
)
Trigger the given delegate at a later time
handle in the timer system for this entry
Parameter |
Description |
---|---|
Delegate |
function to call at a later date |
Delay |
time to wait before calling function |