APartyBeaconClient::DelayResponse

Trigger the given delegate at a later time

Choose your operating system:

Windows

macOS

Linux

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

Syntax

FTimerHandle DelayResponse
(
    FTimerDelegate & Delegate,
    float Delay
)

Remarks

Trigger the given delegate at a later time

Returns

handle in the timer system for this entry

Parameters

Parameter

Description

Delegate

function to call at a later date

Delay

time to wait before calling function