Navigation
Unreal Engine C++ API Reference > Plugins > OnlineSubsystemUtils > APartyBeaconClient
References
Module | OnlineSubsystemUtils |
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
)
Remarks
Trigger the given delegate at a later time handle in the timer system for this entry
Parameters
Name | Description |
---|---|
Delegate | function to call at a later date |
Delay | time to wait before calling function |