Navigation
API > API/Plugins > API/Plugins/OnlineSubsystemUtils > API/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
&40;
FTimerDelegate & Delegate,
float Delay
&41;
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 |